Kaynağa Gözat

fix:我的客户上传图片显示问题

liujt 9 ay önce
ebeveyn
işleme
e243372bc4

+ 7 - 1
pages/saleManage/contact/components/followListAdd.vue

@@ -36,7 +36,7 @@
 				</view>
 			</u-cell>
 			<view class="imgList">
-				<u-album :urls="imgs" :multipleSize="160" :rowCount="4"></u-album>
+				<u-album :urls="imgs" :singleSize="160" :multipleSize="160" :rowCount="4"></u-album>
 			</view>
 			
 			
@@ -253,4 +253,10 @@
 	/deep/.u-subsection__item__text {
 		font-size: 28rpx !important;
 	}
+	/deep/.u-album__row__wrapper {
+		uni-image {
+			width: 160rpx !important;
+			height: 160rpx !important;
+		}
+	}
 </style>