From c27e413f71c4beb1318237fedf585770702fe3a4 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 13 Mar 2025 10:13:57 +0800
Subject: [PATCH] 知识库文档,添加表单组件文档

---
 plugins/filter/cFilter.scss |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss
index 11384c0..0487a22 100644
--- a/plugins/filter/cFilter.scss
+++ b/plugins/filter/cFilter.scss
@@ -3,7 +3,7 @@
  * @author Tevin
  */
 
-@import "../../common/sassMixin";
+@import '../../common/sassMixin';
 
 .c-filter {
     width: 100%;
@@ -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;
@@ -31,7 +31,7 @@
         box-sizing: border-box;
         text-align: center;
         border-left: 1PX solid #d6e4ef;
-        transition: background-color .3s;
+        transition: background-color 0.3s;
         &:active {
             background-color: #f2f2f2;
         }
@@ -43,7 +43,7 @@
                 @include position(absolute, 20px n n 35px);
                 width: 12px;
                 height: 12px;
-                content: " ";
+                content: ' ';
                 background-color: $colorDanger;
                 border-radius: 50%;
             }

--
Gitblit v1.9.1