浏览代码

feat: 订单bug

2912631854@qq.com 1 年之前
父节点
当前提交
0a3e9827b9
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      pagesMy/stayInfo/roomPosition.vue

+ 5 - 5
pagesMy/stayInfo/roomPosition.vue

@@ -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 {