From 4cce8c42f20d1d469338b2f2fdf40f64c18fd1e6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-9FJNTIC\\gyb" <121287102@qq.com> Date: Fri, 30 May 2025 14:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=91=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/SliderVerificationCode.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/SliderVerificationCode.ets b/entry/src/main/ets/pages/SliderVerificationCode.ets index f7858d3..1f30f8b 100644 --- a/entry/src/main/ets/pages/SliderVerificationCode.ets +++ b/entry/src/main/ets/pages/SliderVerificationCode.ets @@ -89,7 +89,7 @@ struct SliderVerificationCode { .blockSize({ width: $r('app.float.button_width'), height: $r('app.float.button_width') }) .blockStyle({ type: SliderBlockType.IMAGE, image: $r('app.media.button') }) .width(this.curBp === 'sm' ? $r('app.float.image_width') : $r('app.float.image_width')) - .trackColor(Color.Transparent) + .trackColor($r('sys.color.ohos_id_color_hover')) .selectedColor($r('app.color.select_color')) .showTips(false) .trackThickness(Constants.ANGLE) -- Gitee