Browse Source

fix: 处理客户发货提醒样式问题

wangcz 6 years ago
parent
commit
2b02ef571f
1 changed files with 8 additions and 4 deletions
  1. 8 4
      src/main/webapp/resources/tpl/index/sale/notice.html

+ 8 - 4
src/main/webapp/resources/tpl/index/sale/notice.html

@@ -51,6 +51,10 @@
     .order-table .order-hd .order-main span {
         margin-right: 8px;
     }
+    .order-table tbody tr td span {
+        word-break: break-all;
+        word-wrap:break-word;
+    }
 
     .order-table .order-hd .order-code {
         font-style: normal;
@@ -295,15 +299,15 @@
         </div>
     </div>
 
-    <table class="order-table block" ng-table="tableParams">
+    <table class="order-table block" ng-table="tableParams" style="table-layout: fixed">
         <thead>
         <tr class="header">
             <th width="200">产品</th>
-            <th width="120"></th>
+            <th width="100"></th>
             <th width="150">备注</th>
             <th width="200">数量</th>
-            <th width="140">价格</th>
-            <th width="140">交货日期</th>
+            <th width="120">价格</th>
+            <th width="100">交货日期</th>
             <th width="100">操作</th>
         </tr>
         <tr class="sep-row">