Commit fbf6fe05 authored by zhengke's avatar zhengke

修改样式

parent 77b6115d
<style> <style>
.SupplierTable td{ .SupplierTable td{
padding:0 8px; padding:0 5px;
text-align: center!important;
} }
</style> </style>
<template> <template>
...@@ -37,7 +38,7 @@ ...@@ -37,7 +38,7 @@
<th width="130">做账主体</th> <th width="130">做账主体</th>
<th width="180">团号</th> <th width="180">团号</th>
<th width="150">手配定团号</th> <th width="150">手配定团号</th>
<th width="70">订单人数</th> <th width="80">订单人数</th>
<th width="100">单价(日元)</th> <th width="100">单价(日元)</th>
<th width="300">泊数/日期</th> <th width="300">泊数/日期</th>
<th width="120">小计(日元)</th> <th width="120">小计(日元)</th>
...@@ -54,7 +55,7 @@ ...@@ -54,7 +55,7 @@
<td v-if="subIndex==0" :rowspan="item.SubList.length">{{item.DMCNum}}</td> <td v-if="subIndex==0" :rowspan="item.SubList.length">{{item.DMCNum}}</td>
<td>{{subItem.GuestNum}}</td> <td>{{subItem.GuestNum}}</td>
<td>{{subItem.UnitPrice}}</td> <td>{{subItem.UnitPrice}}</td>
<td style="text-align:left;"> <td style="text-align:left!important;">
<span style="color:red;">{{subItem.DayCount}}</span> <span style="color:red;">{{subItem.DayCount}}</span>
<br /> <br />
{{subItem.UseTime}} {{subItem.UseTime}}
......
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 to comment