WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-11-17 9ad36122bbb009f9a55c1143b50d318851532c5a
forms/select/cSelect.scss
@@ -6,6 +6,10 @@
@import "../../common/sassMixin";
.c-select {
    &.read-only {
        pointer-events: none;
        background-color: #fafafa;
    }
    .at-input__input {
        .weui-input {
            pointer-events: none;
@@ -17,6 +21,7 @@
            display: none;
        }
        .at-icon-chevron-right {
            padding: 0;
            font-size: 48px;
            color: #ccc;
        }
@@ -37,7 +42,7 @@
        }
        .c-select-slot {
            position: relative;
            height: 90px;
            height: 98px;
            @include flexbox(flex, center center);
            &::after {
                position: absolute;