WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-10 bf503ed1a7ddf3bb125f7b1157b020b89723ce77
forms/select/cSelect.scss
@@ -12,6 +12,7 @@
        }
    }
    .at-input__children {
        padding-right: 20px;
        &::after {
            display: none;
        }
@@ -23,4 +24,10 @@
    .at-input__icon {
        display: none;
    }
    .at-input__container {
        input {
            text-overflow: ellipsis;
            pointer-events: none;
        }
    }
}