|
@@ -36,7 +36,7 @@
|
|
|
<view class="imgs">
|
|
|
<!-- <image src="" v-for="(item,index) in imgUrlList" :key="index"></image> -->
|
|
|
<u-upload ref="uUpload" uploadText="上传图片" :fileList="imgUrlList" :maxSize="10 * 1024 * 1024"
|
|
|
- width="180" height="120" @afterRead="afterRead" @delete="deletePic">
|
|
|
+ width="200" height="120" @afterRead="afterRead" @delete="deletePic">
|
|
|
</u-upload>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -311,13 +311,13 @@
|
|
|
</script>
|
|
|
<style lang="less">
|
|
|
.u-upload__wrap__preview__image {
|
|
|
- width: 190rpx !important;
|
|
|
- height: 120rpx !important;
|
|
|
+ width: 196rpx !important;
|
|
|
+ height: 130rpx !important;
|
|
|
}
|
|
|
|
|
|
.u-upload__button {
|
|
|
- width: 190rpx !important;
|
|
|
- height: 120rpx !important;
|
|
|
+ width: 196rpx !important;
|
|
|
+ height: 130rpx !important;
|
|
|
}
|
|
|
|
|
|
::v-deep .u-icon__icon {
|