ソースを参照

修复在 IOS 端切换 disabled 被隐藏问题

icssoa 4 ヶ月 前
コミット
40b60c02df
1 ファイル変更1 行追加1 行削除
  1. 1 1
      uni_modules/cool-ui/components/cl-switch/cl-switch.uvue

+ 1 - 1
uni_modules/cool-ui/components/cl-switch/cl-switch.uvue

@@ -178,7 +178,7 @@ watch(
 
 <style lang="scss" scoped>
 .cl-switch {
-	@apply flex flex-row items-center duration-200;
+	@apply flex flex-row items-center duration-200 opacity-100;
 
 	&__track {
 		@apply flex flex-row items-center relative rounded-full duration-200;