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; }