zhaoxiaohai 3 年 前
コミット
067fdb578f
2 ファイル変更9 行追加8 行削除
  1. 0 6
      packageA/tags/index.wxml
  2. 9 2
      packageA/tags/modules/Yl-tags/index.scss

+ 0 - 6
packageA/tags/index.wxml

@@ -11,12 +11,6 @@
     </van-checkbox-group>
 </view>
 
-<!-- bind:change="onChange" -->
-
-<!--  -->
-
-<!-- catch:tap="noop" -->
-
 <My_empty wx:if="{{list.length==0}}" />
 
 <view style="height: 130rpx;" />

+ 9 - 2
packageA/tags/modules/Yl-tags/index.scss

@@ -3,7 +3,7 @@
     flex-wrap: wrap;
     width: 100%;
 
-    >view{
+    >view {
         display: flex;
         align-items: center;
         height: 40rpx;
@@ -13,12 +13,19 @@
         font-family: PingFang SC-Regular, PingFang SC;
         margin-bottom: 8rpx;
     }
-    .datatag {
+
+    .datatag,
+    .systemtag {
         background: #FFEFD9;
         color: #FA8C16;
         margin-right: 10rpx;
     }
 
+    .systemtag {
+        color: #3874F6;
+        background: #E7EEFF;
+    }
+
     .add {
         color: #666666;
         background: #FFFFFF;