|
@@ -42,12 +42,14 @@
|
|
|
<text class="iconfont icon-iconfontguanbi" @click="hidePopup()"></text>
|
|
|
<view class="content">
|
|
|
<view class="freight-radio">
|
|
|
- <radio-group class="row-group" @change="radioChange" >
|
|
|
- <label class="row-input" v-for="(item, index) in BrandList" :key="item.id">
|
|
|
- <view class="row-text">{{item.name}}</view>
|
|
|
- <radio class="row-radio" :value="item.id" color="#E15616"/>
|
|
|
- </label>
|
|
|
- </radio-group>
|
|
|
+ <scroll-view scroll-y style="max-height: 605rpx;">
|
|
|
+ <radio-group class="row-group" @change="radioChange" >
|
|
|
+ <label class="row-input" v-for="(item, index) in BrandList" :key="item.id">
|
|
|
+ <view class="row-text">{{item.name}}</view>
|
|
|
+ <radio class="row-radio" :value="item.id" color="#E15616"/>
|
|
|
+ </label>
|
|
|
+ </radio-group>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -160,7 +162,7 @@
|
|
|
<view class="release-input upload image uploadGoodsImages" >
|
|
|
<view class="upload-file" v-show="GoodsImagesList.length<5">
|
|
|
<i class="iconfont icon-shangchuantupian"></i>
|
|
|
- <p class="add-text">营业执照</p>
|
|
|
+ <p class="add-text">商品图片</p>
|
|
|
<view ref="goodsImages" class="input-file" @click="uploadGoodsImagesFn"></view>
|
|
|
</view>
|
|
|
<view class="upload-file" v-for="(item, index) in GoodsImagesList" :key="index">
|
|
@@ -516,7 +518,7 @@
|
|
|
.placeholder{color: #b2b2b2;}
|
|
|
.linqi_text { width: 100%; height: 68rpx;background-color: #1890f9;box-shadow: 0rpx 4rpx 6rpx 0rpx rgba(24, 144, 249, 0.17);text-align: center;
|
|
|
line-height: 68rpx;color: #ffffff;margin: auto;font-size:24rpx;position: relative;}
|
|
|
- .jiaobiao {width: 0;height: 0;border-left: 20rpx solid transparent;border-right: 20rpx solid transparent;top: -30%;
|
|
|
+ .jiaobiao {width: 0;height: 0;border-left: 20rpx solid transparent;border-right: 20rpx solid transparent;top: -25%;
|
|
|
right: 40%;border-bottom: 20rpx solid #1890f9;position: absolute;}
|
|
|
.label{color: #666666;display: inline-block;width: 120rpx;}
|
|
|
.label.second{width: 155rpx;}
|
|
@@ -739,8 +741,8 @@
|
|
|
padding: 0 35rpx;
|
|
|
.row-group{
|
|
|
width: 100%;
|
|
|
- max-height: 605rpx;
|
|
|
- overflow: auto;
|
|
|
+ // max-height: 605rpx;
|
|
|
+ // overflow: auto;
|
|
|
|
|
|
}
|
|
|
.row-input{
|