From 432178df70dcd0bc26fcc25cf188064a1fed2ced Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 14 May 2024 19:23:23 +0800 Subject: [PATCH] 删除无用代码 --- plugins/filter/cFilter.scss | 61 ++---------------------------- 1 files changed, 5 insertions(+), 56 deletions(-) diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss index 97f02f3..11384c0 100644 --- a/plugins/filter/cFilter.scss +++ b/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; } } } -- Gitblit v1.9.1