Merge pull request #808 from backrunner/backrunner/patch_1

优化Modal的minHeight
This commit is contained in:
liaoxuezhi 2020-08-01 17:35:41 +08:00 committed by GitHub
commit 51707af3a5

View File

@ -215,7 +215,7 @@ $Modal-bg: $background !default;
$Modal-overlay-bg: rgba(0, 0, 0, 0.6) !default;
$Modal-content-startMarginTop: px2rem(60px) !default;
$Modal-content-stepMarginTop: px2rem(30px) !default;
$Modal-content-minHeight: px2rem(200px) !default;
$Modal-content-minHeight: unset !default;
$Modal-content-borderWidth: $borderWidth !default;
$Modal-content-borderColor: $borderColor !default;
$Modal-content-borderRadius: $borderRadius !default;