修复在 IOS 端切换 disabled 被隐藏问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user