From 8ee79710640b73f616d268460adb91b58d1df521 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 02 Dec 2021 16:39:36 +0800
Subject: [PATCH] 微调底层文件结构,微调测试环境判断

---
 plugins/filter/cFilter.scss |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss
index 97f02f3..355c818 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,7 +40,7 @@
             color: #36a0e7;
             &::after {
                 display: block;
-                @include position(absolute, 20px n n 44px);
+                @include position(absolute, 20px n n 35px);
                 width: 12px;
                 height: 12px;
                 content: " ";
@@ -113,7 +113,11 @@
         .content {
             height: 86px;
             .label {
+                padding-right: 12px;
                 color: #666;
+            }
+            .filled {
+                letter-spacing: -2px;
             }
             .at-icon {
                 padding-left: 4px;
@@ -123,9 +127,8 @@
     }
     &.type-item {
         .label {
-            font-weight: bold;
             color: #666;
-            line-height: 35px;
+            line-height: 40px;
         }
         .content {
             .empty,

--
Gitblit v1.9.1