Преглед на файлове

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