mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
style(NumberKeyboard): adjust key height to 28px (#6899)
This commit is contained in:
parent
d6d333370f
commit
7d375e3af3
@ -6,8 +6,7 @@
|
||||
left: 0;
|
||||
z-index: @number-keyboard-z-index;
|
||||
width: 100%;
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
padding-bottom: 28px;
|
||||
background-color: @number-keyboard-background-color;
|
||||
user-select: none;
|
||||
|
||||
|
@ -487,7 +487,7 @@
|
||||
|
||||
// NumberKeyboard
|
||||
@number-keyboard-background-color: @gray-2;
|
||||
@number-keyboard-key-height: 56px;
|
||||
@number-keyboard-key-height: 48px;
|
||||
@number-keyboard-key-font-size: 28px;
|
||||
@number-keyboard-key-active-color: @gray-3;
|
||||
@number-keyboard-delete-font-size: @font-size-lg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user