瀏覽代碼

修复在 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;