fix(Tag): incorrect round radius (#4762)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.van-slider {
|
||||
position: relative;
|
||||
background-color: @slider-inactive-background-color;
|
||||
border-radius: 999px;
|
||||
border-radius: @border-radius-max;
|
||||
|
||||
// use pseudo element to expand click area
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user