shish 2 年 前
コミット
dbf3ab8068

+ 3 - 3
ghsApp/src/admin/item/components/item.vue

@@ -29,9 +29,9 @@
 				<template>
 				<template>
 					<view class="open-bx">
 					<view class="open-bx">
 						还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
 						还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
-						<text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本 {{ info.cost ? parseInt(info.cost) : 0 }}</text>
-						<text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
-						<text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">
+						<text style="margin-left:14upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本 {{ info.cost ? parseInt(info.cost) : 0 }}</text>
+						<text style="margin-left:14upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
+						<text style="margin-left:14upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">
 							{{info.ratioType == 0 ? info.ratio :'若干'}}支
 							{{info.ratioType == 0 ? info.ratio :'若干'}}支
 						</text>
 						</text>
 					</view>
 					</view>

+ 2 - 2
ghsApp/src/pagesPurchase/components/CommodityPurchase.vue

@@ -116,8 +116,8 @@ export default {
 	border:2upx solid #cccccc;
 	border:2upx solid #cccccc;
 	font-size:24upx;
 	font-size:24upx;
 	border-radius: 20upx;
 	border-radius: 20upx;
-	padding:13upx 20upx 13upx 20upx;
-	margin:0 15upx 0 0;
+	padding:11upx 20upx 11upx 20upx;
+	margin:0 22upx 0 0;
 	float:right;
 	float:right;
 	color:#aaa9a9;
 	color:#aaa9a9;
 }
 }