fix(Tag): incorrect round radius (#4762)

This commit is contained in:
neverland
2019-10-17 19:31:50 +08:00
committed by GitHub
parent 0a1d6b5a9b
commit 8d55e737c6
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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 {