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

This commit is contained in:
icssoa
2025-11-13 22:35:11 +08:00
parent 19b7435421
commit 40b60c02df

View File

@@ -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;