Commit b88e2eb4 authored by liudong1993's avatar liudong1993

1

parent 95e9792a
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0"> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup> <colgroup>
<col width="12%" /> <col width="12%" />
<col width="8.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="8.5%" />
<col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
<thead> <thead>
<tr class="fix_th"> <tr class="fix_th">
<th width="12%">单号</th> <th width="12%">单号</th>
<th width="6.5%">客人</th> <th width="8.5%">客人</th>
<th width="6.5%">人数</th> <th width="6.5%">人数</th>
<th width="6.5%">起始城市</th> <th width="8.5%">起始城市</th>
<th width="6.5%">应收</th> <th width="6.5%">应收</th>
<th width="6.5%">实收</th> <th width="6.5%">实收</th>
<th width="6.5%">退款</th> <th width="6.5%">退款</th>
...@@ -41,9 +41,9 @@ ...@@ -41,9 +41,9 @@
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0"> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup> <colgroup>
<col width="12%" /> <col width="12%" />
<col width="8.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="8.5%" />
<col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</p> </p>
</td> </td>
<td style="border:none"> <td style="border:none">
<div style="background: rgba(2, 196, 153, 0.2);width: 80px;border-radius: 2px;text-align: center" <div style="background: rgba(2, 196, 153, 0.2);width: 70px;border-radius: 2px;text-align: center"
:style="{background:item.OrderStatus==1?'rgba(2, 196, 153, 0.2)':'rgba(0, 0, 0, 0.2)'}"> :style="{background:item.OrderStatus==1?'rgba(2, 196, 153, 0.2)':'rgba(0, 0, 0, 0.2)'}">
<span :style="{color: item.OrderStatus==1?'#02C499':''}">{{item.OrderStatus==1?"正常":"取消"}}</span> <span :style="{color: item.OrderStatus==1?'#02C499':''}">{{item.OrderStatus==1?"正常":"取消"}}</span>
</div> </div>
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
} }
.classorder .enrollTotalSearchTable tr td { .classorder .enrollTotalSearchTable tr td {
height: 66px; height: 46px;
padding: 10px; padding: 10px;
} }
...@@ -762,6 +762,8 @@ ...@@ -762,6 +762,8 @@
margin-right: 20px; margin-right: 20px;
} }
.OrderId-text{ .OrderId-text{
font-size: 19px;
text-decoration:underline;
font-weight: bold; font-weight: bold;
color: #2961fe; color: #2961fe;
margin-bottom: 10px; margin-bottom: 10px;
......
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