@@ -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;" />
@@ -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;
+ color: #3874F6;
+ background: #E7EEFF;
+ }
.add {
color: #666666;
background: #FFFFFF;