style(Button): adjust small button size (#6371)

This commit is contained in:
neverland
2020-06-20 16:31:13 +08:00
committed by GitHub
parent 3ae5001f20
commit 5480c003e0
2 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -102,7 +102,6 @@
}
&--small {
min-width: @button-small-min-width;
height: @button-small-height;
padding: 0 @padding-xs;
font-size: @button-small-font-size;
@@ -114,8 +113,8 @@
}
&--mini {
min-width: @button-mini-min-width;
height: @button-mini-height;
padding: 0 @padding-base;
font-size: @button-mini-font-size;
& + .van-button--mini {