Browse Source

feat: 订单bug

2912631854@qq.com 1 năm trước cách đây
mục cha
commit
0a3e9827b9
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  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 {