Commit 9a077c5c by LJM

移动端-拣货、拣货记录、复核、复核记录、打快递单的【主单仓库备注】要支持换行

parent a37125f8
...@@ -68,8 +68,9 @@ ...@@ -68,8 +68,9 @@
.text { .text {
font-size: 17rpx; font-size: 17rpx;
color: #484b59; color: #484b59;
white-space: nowrap; display: -webkit-box;
text-overflow: ellipsis; -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
} }
.tt { .tt {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<text class="label">打包箱数:</text> <text class="label">打包箱数:</text>
<text class="text">{{ item.box_num }}</text> <text class="text">{{ item.box_num }}</text>
</view> </view>
<view class="input-box row verCenter" style="flex: 0 0 100%;"> <view class="input-box row" style="flex: 0 0 100%;">
<text class="label">主单仓库备注:</text> <text class="label">主单仓库备注:</text>
<text class="text">{{ item.upstream_remark }}</text> <text class="text">{{ item.upstream_remark }}</text>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment