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

+ 3 - 3
ghsApp/src/admin/changePrice/components/Item.vue

@@ -38,8 +38,8 @@
 
 
 	<view class="level-price">
 	<view class="level-price">
 		<text>剩余 {{info.stock?parseFloat(info.stock):0}}</text>
 		<text>剩余 {{info.stock?parseFloat(info.stock):0}}</text>
-		<text style="color:#333333;position:absolute;left:40upx;">毛利 ¥{{ info.ml ? parseFloat(info.ml) : 0 }}</text>
-		<text style="color:#333333;position:absolute;right:50upx;">成本 ¥{{ parseFloat(info.cost) }}</text>
+		<text style="position:absolute;left:40upx;">毛利 ¥{{ info.ml ? parseFloat(info.ml) : 0 }}</text>
+		<text style="position:absolute;right:50upx;">成本 ¥{{ parseFloat(info.cost) }}</text>
 	</view>
 	</view>
 
 
 </view>
 </view>
@@ -103,7 +103,7 @@ export default {
 	height:230upx;
 	height:230upx;
 	.level-price{
 	.level-price{
 		display:flex;
 		display:flex;
-		color:rgb(75, 74, 74);
+		color:rgb(124, 121, 121);
 		text-align: right;
 		text-align: right;
 		font-size:24upx;
 		font-size:24upx;
 		justify-content:space-around;
 		justify-content:space-around;