Commit 9a077c5c by LJM

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

parent a37125f8
......@@ -68,8 +68,9 @@
.text {
font-size: 17rpx;
color: #484b59;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.tt {
......
......@@ -36,7 +36,7 @@
<text class="label">打包箱数:</text>
<text class="text">{{ item.box_num }}</text>
</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="text">{{ item.upstream_remark }}</text>
</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