Explorar o código

工单收货人信息过长

zengjun %!s(int64=4) %!d(string=hai) anos
pai
achega
6e426f5b80
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      resources/views/order/workOrder/index.blade.php

+ 6 - 2
resources/views/order/workOrder/index.blade.php

@@ -104,7 +104,7 @@
                             <th style="min-width: 120px">快递单号</th>
                             <th style="min-width: 35px;max-width: 35px" v-text="receivingInfo ? '隐藏' :'展开' ">展开</th>
                             <template v-if="receivingInfo">
-                                <th style="min-width: 120px">收货人名称</th>
+                                <th style="max-width: 120px">收货人名称</th>
                                 <th style="min-width: 120px">收货人电话</th>
                                 <th style="min-width: 120px">省</th>
                                 <th style="min-width: 120px">市</th>
@@ -317,7 +317,11 @@
                                 </span>
                                 </td>
                                 <template v-if="receivingInfo">
-                                    <td v-text="item.consignee_name"></td>
+                                    <td  class="text-muted text-wrap text-letter"
+                                         >
+                                        <div class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
+                                        </div>
+                                    </td>
                                     <td class="text-muted text-wrap text-letter">
                                         <div class="text-overflow-warp-200 warp-min-200"
                                              v-text="item.consignee_phone"></div>