From c5df55eddd3d966068b7c577f129e0313fa19db8 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 17 Nov 2021 10:57:53 +0800 Subject: [PATCH] 微调扫描组件 --- plugins/filter/cFilter.scss | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss index 0fca35e..97f02f3 100644 --- a/plugins/filter/cFilter.scss +++ b/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 { -- Gitblit v1.9.1