|
@@ -44,7 +44,7 @@
|
|
|
<view class="count" :class="[isshowDelbtn ? 'none':'show']">
|
|
|
<view class="number-box">
|
|
|
<view class="iconfont icon-jianhao" @click="changeCountSub(item,pros)"></view>
|
|
|
- <input class="btn-input" type="number" maxlength='4' v-model="pros.productCount" @blur="changeNnmber($event,item,pros)">
|
|
|
+ <input class="btn-input" type="number" maxlength='6' v-model="pros.productCount" @blur="changeNnmber($event,item,pros)">
|
|
|
<view class="iconfont icon-jiahao" @click="changeCountAdd(item,pros)"></view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -718,7 +718,7 @@
|
|
|
.price{
|
|
|
line-height: 48rpx;
|
|
|
font-size: $font-size-28;
|
|
|
- width: 48%;
|
|
|
+ // width: 48%;
|
|
|
color: #FF2A2A;
|
|
|
float: left;
|
|
|
&.disabled{
|
|
@@ -752,7 +752,7 @@
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.btn-input{
|
|
|
- width: 62rpx;
|
|
|
+ width: 100rpx;
|
|
|
height: 48rpx;
|
|
|
line-height: 48rpx;
|
|
|
background: #F8F8F8;
|