[bugfix] Button: square prop not work when use hairline (#3058)

This commit is contained in:
Mikasa33
2019-03-27 17:10:09 +08:00
committed by neverland
parent 202473911d
commit 28ca59827d
+4
View File
@@ -175,5 +175,9 @@
&.van-button--round::after {
border-radius: @button-round-border-radius;
}
&.van-button--square::after {
border-radius: 0;
}
}
}