fix(NumberKeyboard): flex not work on legacy safari (#6804)

This commit is contained in:
neverland
2020-07-16 22:56:20 +08:00
committed by GitHub
parent 5e0c7c8d47
commit aed8cd1ff2
5 changed files with 578 additions and 214 deletions
-3
View File
@@ -79,13 +79,10 @@
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: @number-keyboard-key-height;
padding: 0;
font-size: @number-keyboard-key-font-size;
line-height: 1.5;
background-color: @white;
border: none;
border-radius: @border-radius-lg;
cursor: pointer;