shish %!s(int64=2) %!d(string=hai) anos
pai
achega
87768714bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/admin/ptItem/components/Item.vue

+ 1 - 1
ghsApp/src/admin/ptItem/components/Item.vue

@@ -11,7 +11,7 @@
 			</view>
 			<view class="kc">
 				<text style="font-size:28upx;">{{info.className}}</text> 
-				<text style="margin-left:20upx;color:green;font-size:28upx;font-weight:bold;">{{info.useNum}}家在用</text>
+				<text style="margin-left:20upx;color:#907a7a;font-size:28upx;font-weight:bold;">{{info.useNum}}家在用</text>
 				<text v-if="info.select == 2 && info.is_delete == 1" style="position:absolute;right:245upx;color:red;">已删除</text>
 				<text v-if="info.select == 2 && info.is_delete == 1" style="color:#1f1cc0;float:right;margin-right:103upx;">恢复</text>
 				<text v-else-if="info.select == 2" style="color:#1f1cc0;float:right;margin-right:80upx;">已导入</text>