|
|
@@ -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">
|