[bugfix] Button: square prop not work when use hairline (#3058)
This commit is contained in:
@@ -175,5 +175,9 @@
|
|||||||
&.van-button--round::after {
|
&.van-button--round::after {
|
||||||
border-radius: @button-round-border-radius;
|
border-radius: @button-round-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.van-button--square::after {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user