From a9189d2c263459a33cdbb68bec3dd0dd0213b5c0 Mon Sep 17 00:00:00 2001 From: weisheng <1780903673@qq.com> Date: Mon, 8 Jul 2024 22:12:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8DActionS?= =?UTF-8?q?heet=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=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 --- .../wot-design-uni/components/wd-action-sheet/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uni_modules/wot-design-uni/components/wd-action-sheet/index.scss b/src/uni_modules/wot-design-uni/components/wd-action-sheet/index.scss index 4b3bf776..dc1f7b81 100644 --- a/src/uni_modules/wot-design-uni/components/wd-action-sheet/index.scss +++ b/src/uni_modules/wot-design-uni/components/wd-action-sheet/index.scss @@ -10,7 +10,7 @@ color: $-dark-color; background: $-dark-background2; - &:not(&--disabled):not(&--loading):active { + &:not(.wd-action-sheet__action--disabled):not(.wd-action-sheet__action--loading):active { background: $-dark-background4; }