mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
[bugfix] Button: square prop not work when use hairline (#3058)
This commit is contained in:
parent
202473911d
commit
28ca59827d
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user