WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-04-18 6276c99e177189710c37026bad6559945f649cfb
plugins/filter/cFilter.scss
@@ -7,9 +7,9 @@
.c-filter {
    width: 100%;
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #eee;
@@ -40,11 +40,11 @@
            color: #36a0e7;
            &::after {
                display: block;
                @include position(absolute, 20px n n 44px);
                @include position(absolute, 20px n n 35px);
                width: 12px;
                height: 12px;
                content: " ";
                background-color: #36a0e7;
                background-color: $colorDanger;
                border-radius: 50%;
            }
        }
@@ -83,57 +83,6 @@
                    color: #36a0e7;
                    background-color: #d4f1f7;
                }
            }
        }
    }
}
.c-filter-select {
    .content {
        @include flexbox(flex, flex-start center);
        white-space: nowrap;
        .empty,
        .value {
            display: inline-block;
            vertical-align: middle;
            @include ellipsis();
        }
        .empty {
            color: #ccc;
        }
        .filled {
            color: #6190e8;
        }
        .at-icon {
            text-align: center;
            color: #666;
        }
    }
    &.type-bar {
        .content {
            height: 86px;
            .label {
                color: #666;
            }
            .at-icon {
                padding-left: 4px;
                vertical-align: middle;
            }
        }
    }
    &.type-item {
        .label {
            font-weight: bold;
            color: #666;
            line-height: 35px;
        }
        .content {
            .empty,
            .filled {
                flex: 6;
            }
            .at-icon {
                flex: 1;
            }
        }
    }