Commit 99bbcc7c authored by Smile's avatar Smile

bug173 (生产)(APP/h5)我要发货使用iphone8P手机时,添加商品弹窗显示不全

parent 5af0dd82
......@@ -790,14 +790,16 @@
</view>
<view class="corder-tab1-item corder-picker">
<text>{{$lang.lang.create.prodAttr}}</text>
<checkbox-group @change="checkboxChange" class="corder-checkbox" >
<label class="uni-list-cell uni-list-cell-pd" v-for="item in productAttrList" :key="item.id" >
<view class="checkbox-item">
<checkbox :value="item.id+''" :checked="isProductAttr(item.id)" :disabled="isdisable" style="transform:scale(0.8)"/>
</view>
<view>{{item[$lang.attrName]}}</view>
</label>
</checkbox-group>
<scroll-view scroll-y="true" class="scroll-area">
<checkbox-group @change="checkboxChange" class="corder-checkbox" >
<label class="uni-list-cell uni-list-cell-pd" v-for="item in productAttrList" :key="item.id" >
<view class="checkbox-item">
<checkbox :value="item.id+''" :checked="isProductAttr(item.id)" :disabled="isdisable" style="transform:scale(0.8)"/>
</view>
<view>{{item[$lang.attrName]}}</view>
</label>
</checkbox-group>
</scroll-view>
</view>
<view class="addGoods-btns">
<view class="addGoods-btn" @click="addGood">{{$lang.lang.create.confirm}}</view>
......
......@@ -393,6 +393,9 @@ textarea{
.redcolor{
color: #ff5b5a;
}
.corder-checkbox{
height: 340upx;
}
.corder-checkbox{
display: flex;
align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment