mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
Merge pull request #808 from backrunner/backrunner/patch_1
优化Modal的minHeight
This commit is contained in:
commit
51707af3a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user