From 4057d97fbd1c830c8c15abcca00f51720b53e2ce Mon Sep 17 00:00:00 2001
From: chensiAb <chenchenco03@163.com>
Date: Fri, 23 Aug 2024 09:57:32 +0800
Subject: [PATCH] fix:父组件不传递方法默认函数写法

---
 plugins/filter/cFilter.scss |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss
index cbc5886..0487a22 100644
--- a/plugins/filter/cFilter.scss
+++ b/plugins/filter/cFilter.scss
@@ -12,7 +12,7 @@
     font-size: 36px;
     color: #666;
     background-color: #fff;
-    border-top: 1px solid #eee;
+    border-top: 1PX solid #eee;
     box-sizing: border-box;
     .c-filter-bar {
         float: left;
@@ -23,13 +23,6 @@
         &:active {
             background-color: #f2f2f2;
         }
-        .c-filter-input {
-            display: flex;
-            align-items: center;
-            .at-input {
-                margin-left: 14px;
-            }
-        }
     }
     .c-filter-more {
         float: right;
@@ -37,7 +30,7 @@
         height: 100%;
         box-sizing: border-box;
         text-align: center;
-        border-left: 1px solid #d6e4ef;
+        border-left: 1PX solid #d6e4ef;
         transition: background-color 0.3s;
         &:active {
             background-color: #f2f2f2;
@@ -62,12 +55,12 @@
     .c-filter-drawer {
         .c-filter-drawer-list {
             height: calc(100% - 90px);
-            border-top: 1px solid #eee;
+            border-top: 1PX solid #eee;
             box-sizing: border-box;
             .box {
                 min-height: 20px;
                 padding: 30px 0 10px 30px;
-                border-bottom: 1px solid #eee;
+                border-bottom: 1PX solid #eee;
                 &:active {
                     background-color: #f2f2f2;
                 }
@@ -93,4 +86,4 @@
             }
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1