Commit 73c455b6 by LJM

备注

parent 7d19857e
......@@ -50,6 +50,16 @@
text-overflow: ellipsis;
overflow: hidden;
}
.desc {
font-size: 17rpx;
color: #484b59;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.tt {
font-size: 17rpx;
color: #1969f9;
......
......@@ -64,9 +64,13 @@
<text class="label">拣货时间:</text>
<text class="text">{{ item.create_time }}</text>
</view>
<view class="input-box row verCenter">
<text class="label">备注:</text>
<text class="text" style="color: #F98119;">{{ item.upstream_remark }}</text>
<view class="input-box row">
<text class="label">上游备注:</text>
<text class="desc">{{ item.upstream_remark }}</text>
</view>
<view class="input-box row">
<text class="label">明细备注:</text>
<text class="text">{{ item.remark }}</text>
</view>
</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