WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-03-20 c4911f853e9c1c3ed6d1aeca934479e9043ec4d1
forms/switch/cSwitch.scss
@@ -6,6 +6,16 @@
@import "../../common/sassMixin";
.c-switch {
    &.read-only {
        pointer-events: none;
        background-color: #fafafa;
        .at-switch {
            background-color: transparent;
        }
        .at-switch__container {
            background-color: transparent;
        }
    }
    .at-switch__title {
        font-size: 36px;
    }