guoyujia 1 rok pred
rodič
commit
8c48318f53
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      components/dialog-lot/dialog-lot.vue

+ 1 - 1
components/dialog-lot/dialog-lot.vue

@@ -14,7 +14,7 @@
 				<view class="list-container-item uni-row"
 					style="border-top: 1px solid #e1e1e1;border-radius: 8rpx 8rpx 0 0;">
 					<text class="label">产品描述</text>
-					<text class="label value" >{{item['productDescription']}}</text>
+					<text class="label value" style="word-wrap: break-word;">{{item['productDescription']}}</text>
 				</view>
 				<view class="list-container-item uni-row">
 					<text class="label">关联箱号</text>