chore(ActionSheet): adjust max-height

This commit is contained in:
陈嘉涵 2020-01-23 10:49:00 +08:00
parent 1b576f02b2
commit 7cf026f045
3 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@
@border-radius-max: 999px;
// ActionSheet
@action-sheet-max-height: 90%;
@action-sheet-max-height: 80%;
@action-sheet-header-height: 44px;
@action-sheet-header-font-size: @font-size-lg;
@action-sheet-description-color: @gray-7;