|
|
@@ -53,15 +53,15 @@
|
|
|
<view class="num_bx">
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <input style="width: 200upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="number" />
|
|
|
+ <input style="width: 260upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="number" />
|
|
|
<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 0">{{customData.bigUnit}}</text>
|
|
|
- <input style="width: 200upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="number" />
|
|
|
+ <input style="width: 260upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="number" />
|
|
|
<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 1">{{customData.smallUnit}}</text>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <input style="width: 200upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="number" />
|
|
|
+ <input style="width: 260upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="number" />
|
|
|
<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 0">{{customData.bigUnit}}</text>
|
|
|
- <input style="width: 200upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="number" />
|
|
|
+ <input style="width: 260upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="number" />
|
|
|
<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 1">{{customData.smallUnit}}</text>
|
|
|
<!-- #endif -->
|
|
|
<image @click="switchGlobalUnitType" :src="`${constant.imgUrl}/icon/switch/switch128.png`" style="width:86upx;height:86upx;" mode="widthFix"></image>
|
|
|
@@ -244,7 +244,7 @@ export default {
|
|
|
align-items: center;
|
|
|
margin-bottom: 40upx;
|
|
|
justify-content:center;
|
|
|
- padding-left:130upx;
|
|
|
+ padding-left:70upx;
|
|
|
& > input {
|
|
|
width: 212upx;
|
|
|
height: 80upx;
|