WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-04-01 d7cf84bd603bcab89d44e9942348f017665cb756
plugins/filter/cFilter.scss
@@ -13,6 +13,7 @@
    color: #666;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    .c-filter-bar {
        float: left;
        width: 550px;
@@ -39,6 +40,7 @@
        .c-filter-drawer-list {
            height: calc(100% - 90px);
            border-top: 1PX solid #eee;
            box-sizing: border-box;
            .box {
                min-height: 20px;
                padding: 30px 0 10px 30px;
@@ -64,7 +66,7 @@
        .empty {
            color: #ccc;
        }
        .value {
        .filled {
            color: #6190e8;
        }
        .at-icon {
@@ -75,7 +77,6 @@
    &.type-bar {
        .content {
            height: 86px;
            line-height: 1;
            .label {
                color: #666;
            }
@@ -92,7 +93,7 @@
        }
        .content {
            .empty,
            .value {
            .filled {
                flex: 6;
            }
            .at-icon {