fix(NumberKeyboard): show-delete-key prop not work (#5935)

This commit is contained in:
neverland
2020-03-28 09:43:33 +08:00
committed by GitHub
parent cd07773e34
commit ac3c77c17f
6 changed files with 47 additions and 13 deletions
+6 -2
View File
@@ -46,6 +46,8 @@
position: absolute;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
width: 25%;
height: @number-keyboard-key-height * 4;
}
@@ -82,9 +84,11 @@
}
&--big {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
width: 100%;
height: @number-keyboard-key-height * 2;
line-height: @number-keyboard-key-height * 2;
}
&--blue,