We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7605f commit aa8834dCopy full SHA for aa8834d
src/uni_modules/wot-design-uni/components/wd-slider/index.scss
@@ -76,10 +76,10 @@
76
box-shadow: 0 2px 4px 0 rgba($color: #9b9b9b, $alpha: 0.5);
77
}
78
@include e(label-min) {
79
- margin-right: $-slider-handle-radius + 11px;
+ margin-right: calc($-slider-handle-radius * 2);
80
81
@include e(label-max) {
82
- margin-left: $-slider-handle-radius + 11px;
+ margin-left: calc($-slider-handle-radius * 2);
83
84
@include m(disabled) {
85
@include me(bar) {
0 commit comments