From aa8834df630286882425778263ea9ff68811c928 Mon Sep 17 00:00:00 2001 From: Moonofweisheng <1780903673@qq.com> Date: Tue, 19 Nov 2024 13:15:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20Slid?= =?UTF-8?q?er=20=E6=BB=91=E5=9D=97=E5=A4=84=E4=BA=8E=E6=9E=81=E5=80=BC?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E9=81=AE=E6=8C=A1max=E5=92=8Cmin=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #714 --- .../wot-design-uni/components/wd-slider/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uni_modules/wot-design-uni/components/wd-slider/index.scss b/src/uni_modules/wot-design-uni/components/wd-slider/index.scss index 72d6cfdb..c6b3e4a2 100644 --- a/src/uni_modules/wot-design-uni/components/wd-slider/index.scss +++ b/src/uni_modules/wot-design-uni/components/wd-slider/index.scss @@ -76,10 +76,10 @@ box-shadow: 0 2px 4px 0 rgba($color: #9b9b9b, $alpha: 0.5); } @include e(label-min) { - margin-right: $-slider-handle-radius + 11px; + margin-right: calc($-slider-handle-radius * 2); } @include e(label-max) { - margin-left: $-slider-handle-radius + 11px; + margin-left: calc($-slider-handle-radius * 2); } @include m(disabled) { @include me(bar) {