Explorar o código

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

icssoa hai 4 meses
pai
achega
40b60c02df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;