shish 2 лет назад
Родитель
Сommit
7fa15116f0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/admin/ptItem/components/Item.vue

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

@@ -7,7 +7,7 @@
 			<view class="tit" style="display:flex;align-items:center;">
 				{{ info.name || "" }}
 				<image v-if="info.auth == 1" :src="`${constant.imgUrl}/icon/official8.png`" mode="widthFix" 
-				style="width:42upx;height:42upx;display:inline-block;margin-left:10upx;border-radius:10upx;"></image>
+				style="width:42upx;height:42upx;display:inline-block;margin-left:10upx;border-radius:12upx;"></image>
 			</view>
 			<view class="kc" @click="selectItem(info)">
 				<text style="font-size:28upx;">{{info.className}}</text> 
@@ -15,7 +15,7 @@
 				<text v-if="info.select == 2 && info.is_delete == 1" style="position:absolute;right:7upx;color:#1f1cc0;">恢复</text>
 				<text v-if="info.select == 2 && info.is_delete == 1" style="color:red;float:right;margin-right:110upx;">已删除</text>
 				<text v-else-if="info.select == 2" style="color:#1f1cc0;float:right;margin-right:110upx;">使用中</text>
-				<text v-else style="color:green;float:right;margin-right:110upx;border:1upx solid green;padding:10upx 10upx 10upx 10upx;">采用</text>
+				<text v-else style="color:green;float:right;margin-right:110upx;border:1upx solid green;padding:10upx 10upx 10upx 10upx;border-radius:5upx;">采用</text>
 			</view>
 			<view class="num-open_bx">
 				<view class="open-bx warn">