WebApp【公共组件库】@前端(For Git Submodule)
plugins/filter/cFilter.scss
@@ -20,6 +20,9 @@
        height: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        &:active {
            background-color: #f2f2f2;
        }
    }
    .c-filter-more {
        float: right;
@@ -50,9 +53,6 @@
        }
    }
    .c-filter-drawer {
        .at-drawer__content {
            width: 550px;
        }
        .c-filter-drawer-list {
            height: calc(100% - 90px);
            border-top: 1PX solid #eee;
@@ -61,9 +61,14 @@
                min-height: 20px;
                padding: 30px 0 10px 30px;
                border-bottom: 1PX solid #eee;
                &:active {
                    background-color: #f2f2f2;
                }
            }
        }
        .c-filter-drawer-btn {
            @include position(absolute, n 0 0 n);
            width: 100%;
            height: 90px;
            @include flexbox(flex, center center);
            .at-button {
@@ -111,6 +116,7 @@
                color: #666;
            }
            .at-icon {
                padding-left: 4px;
                vertical-align: middle;
            }
        }