Преглед изворни кода

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