zhengnaiwen_citu 5 ماه پیش
والد
کامیت
d3806e5046
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      components/FilterList/index.vue

+ 4 - 1
components/FilterList/index.vue

@@ -21,7 +21,7 @@
             <uni-icons
             <uni-icons
               class="point"
               class="point"
               type="smallcircle-filled"
               type="smallcircle-filled"
-              color=""
+              color="#008978"
               size="6"
               size="6"
             />
             />
             {{item.value.length}}
             {{item.value.length}}
@@ -142,6 +142,9 @@ watch(() => props.list,
       display: flex;
       display: flex;
       align-items: center;
       align-items: center;
       justify-content: center;
       justify-content: center;
+      .active {
+        color: #008978;
+      }
       .over {
       .over {
         overflow: hidden;
         overflow: hidden;
         white-space: nowrap;
         white-space: nowrap;