shish 2 лет назад
Родитель
Сommit
f459b95449
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/pagesPurchase/add.vue

+ 1 - 1
ghsApp/src/pagesPurchase/add.vue

@@ -55,7 +55,7 @@
 							<input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="单价" @input="userPriceChange" />
 							<input v-model="customData.totalPrice" @focus="customData.totalPrice = null" type="digit" placeholder="总价" @input="totalPriceChange" />
 						</view>
-						<view v-if="customData.aboutPrice == 1" style="margin-top:8upx;text-align:center;color:blue;">单价为近似值</view>
+						<view v-if="customData.aboutPrice == 1" style="margin-top:10upx;text-align:center;color:blue;font-size:20upx;">单价为近似值</view>
 						<view v-else style="margin-top:8upx;text-align:center;">----</view>
 					</view>
 				</view>