Skip to content

Commit a9189d2

Browse files
fix: 🐛 修复ActionSheet样式调整导致微信编译错误的问题
1 parent 28777a3 commit a9189d2

File tree

1 file changed

+1
-1
lines changed
  • src/uni_modules/wot-design-uni/components/wd-action-sheet

1 file changed

+1
-1
lines changed

src/uni_modules/wot-design-uni/components/wd-action-sheet/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
color: $-dark-color;
1111
background: $-dark-background2;
1212

13-
&:not(&--disabled):not(&--loading):active {
13+
&:not(.wd-action-sheet__action--disabled):not(.wd-action-sheet__action--loading):active {
1414
background: $-dark-background4;
1515
}
1616

0 commit comments

Comments
 (0)