|
|
@@ -55,8 +55,8 @@
|
|
|
<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:10upx;text-align:center;color:blue;font-size:20upx;">单价为近似值</view>
|
|
|
- <view v-else style="margin-top:8upx;text-align:center;">----</view>
|
|
|
+ <view v-if="customData.aboutPrice == 1" style="margin-top:16upx;text-align:center;color:blue;font-size:26upx;">单价为近似值</view>
|
|
|
+ <view v-else style="margin-top:16upx;text-align:center;font-size:26upx;">----</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|