فهرست منبع

价格显示方式

shish 4 سال پیش
والد
کامیت
0538a9c446
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ghsApp/src/admin/item/components/ItemStock.vue

+ 2 - 2
ghsApp/src/admin/item/components/ItemStock.vue

@@ -9,7 +9,7 @@
 		</view>
 		</view>
 		<view class="cmd-info_bx active" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
 		<view class="cmd-info_bx active" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
 			<view class="tit">{{ info.itemName || "" }}</view>
 			<view class="tit">{{ info.itemName || "" }}</view>
-			<view class="kc">¥{{ parseFloat(info.price) }} <text style="margin-left:15upx;font-weight:normal;color:#333333;font-size:20upx;">¥{{ parseFloat(info.skPrice) }}</text></view>
+			<view class="kc">¥{{ parseFloat(info.price) }} <text style="margin-left:25upx;color:#555555;font-weight:normal;">¥{{ parseFloat(info.skPrice) }}</text></view>
 			<view class="num-open_bx">
 			<view class="num-open_bx">
 				<template>
 				<template>
 					<view class="open-bx">
 					<view class="open-bx">
@@ -154,7 +154,7 @@ export default {
 		}
 		}
 		& .kc {
 		& .kc {
 			color: red;
 			color: red;
-			font-size: 25upx;
+			font-size: 26upx;
 			font-weight:bold;
 			font-weight:bold;
 			padding: 24upx 0 24upx;
 			padding: 24upx 0 24upx;
 		}
 		}