From d27fe3ba7dea348a05085ebfb276a3526ef24c80 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 24 Jun 2021 10:40:48 +0800
Subject: [PATCH] 调整请求名称

---
 plugins/filter/cFilter.scss |   37 +++++++++++++++++++++++++++++++++++--
 1 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss
index 2703ceb..185b562 100644
--- a/plugins/filter/cFilter.scss
+++ b/plugins/filter/cFilter.scss
@@ -32,6 +32,22 @@
         &:active {
             background-color: #f2f2f2;
         }
+        &.on {
+            position: relative;
+            color: #36a0e7;
+            &::after {
+                display: block;
+                @include position(absolute, 20px n n 44px);
+                width: 12px;
+                height: 12px;
+                content: " ";
+                background-color: #36a0e7;
+                border-radius: 50%;
+            }
+        }
+        .arrow {
+            color: #666;
+        }
     }
     .c-filter-drawer {
         .at-drawer__content {
@@ -48,7 +64,23 @@
             }
         }
         .c-filter-drawer-btn {
+            @include position(absolute, n 0 0 n);
+            width: 100%;
             height: 90px;
+            @include flexbox(flex, center center);
+            .at-button {
+                flex: 3;
+                height: 90px;
+                line-height: 88px;
+                border: none;
+                border-radius: 0;
+                background-color: #36a0e7;
+                &:first-child {
+                    flex: 2;
+                    color: #36a0e7;
+                    background-color: #d4f1f7;
+                }
+            }
         }
     }
 }
@@ -66,7 +98,7 @@
         .empty {
             color: #ccc;
         }
-        .value {
+        .filled {
             color: #6190e8;
         }
         .at-icon {
@@ -81,6 +113,7 @@
                 color: #666;
             }
             .at-icon {
+                padding-left: 4px;
                 vertical-align: middle;
             }
         }
@@ -93,7 +126,7 @@
         }
         .content {
             .empty,
-            .value {
+            .filled {
                 flex: 6;
             }
             .at-icon {

--
Gitblit v1.9.1