shish 2 лет назад
Родитель
Сommit
d8405ff1c1

+ 1 - 1
ghsApp/src/admin/item/change.vue

@@ -24,7 +24,7 @@
 										<image :src="productItem.smallCover" style="width:80upx;height:80upx;" @click="pageTo({url:'/admin/item/detail?id='+productItem.id})"></image>
 									</t-td>
 									<t-td>
-										<view style="width:230upx;text-align:left;color:black;font-size:26upx;overflow: hidden; white-space: nowrap;font-weight:bold;" 
+										<view style="width:230upx;text-align:left;color:black;font-size:22upx;overflow: hidden; white-space: nowrap;font-weight:bold;" 
 										@click="pageTo({url:'/admin/item/detail?id='+productItem.id})">
 											<text style="color:#3385ff;margin-right:3upx;" v-if="productItem.frontHide == 1">隐</text>
 											{{productItem.name}}

+ 1 - 1
ghsApp/src/admin/item/select.vue

@@ -20,7 +20,7 @@
 										<image :src="productItem.smallCover" style="width:90upx;height:90upx;" @click="pageTo({url:'/admin/item/detail?id='+productItem.id})"></image>
 									</t-td>
 									<t-td>
-										<view style="width:250upx;text-align:left;color:black;font-size:28upx;overflow: hidden; white-space: nowrap;font-weight:bold;" 
+										<view style="width:250upx;text-align:left;color:black;font-size:22upx;overflow: hidden; white-space: nowrap;font-weight:bold;" 
 										@click="pageTo({url:'/admin/item/detail?id='+productItem.id})">
 											<text style="color:#3385ff;margin-right:3upx;" v-if="productItem.frontHide == 1">隐</text>
 											{{productItem.name}}

+ 1 - 1
ghsApp/src/pagesOrder/arrival.vue

@@ -336,7 +336,7 @@ export default {
 						align-items: flex-end;
 						.item-name {
 							color: black;
-							font-size: 30upx;
+							font-size:28upx;
 							font-weight: 700;
 							overflow: hidden;
 							white-space: nowrap;

+ 1 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -1122,7 +1122,7 @@ export default {
 						align-items: flex-end;
 						.item-name {
 							color: black;
-							font-size:34upx;
+							font-size:29upx;
 							font-weight: 700;
 							overflow: hidden;
 							white-space: nowrap;