Commit d6332365 authored by zhengke's avatar zhengke

2

parent 57858dc2
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
height: 60px; height: 60px;
background-color: #f9f9f9; background-color: #f9f9f9;
margin-top: 9px; margin-top: 9px;
padding-right: 10px; padding-right: 3px;
} }
.TK_SeatList > ul > li:nth-child(1) { .TK_SeatList > ul > li:nth-child(1) {
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
.TK_SeatList > ul > li { .TK_SeatList > ul > li {
float: left; float: left;
text-align: center; text-align: center;
margin: 5px 10px 0 0; margin: 5px 4px 0 0;
} }
.TK_SeatList > ul > li:last-child { .TK_SeatList > ul > li:last-child {
...@@ -1223,7 +1223,7 @@ ...@@ -1223,7 +1223,7 @@
} }
.TK_raduis ul li { .TK_raduis ul li {
margin-right: 12px; margin-left: 12px;
float: left; float: left;
} }
...@@ -1461,6 +1461,10 @@ ...@@ -1461,6 +1461,10 @@
<p class="_num3">{{item.UseScatterNum}}/{{item.AirTicketScatterNum }}</p> <p class="_num3">{{item.UseScatterNum}}/{{item.AirTicketScatterNum }}</p>
<p class="_wz">已卖/总数</p> <p class="_wz">已卖/总数</p>
</li> </li>
<li>
<p class="_num3">{{item.SurplusNum}}</p>
<p class="_wz">可散卖</p>
</li>
<li> <li>
<p class="_num3">{{item.OutTicketPercent}} %</p> <p class="_num3">{{item.OutTicketPercent}} %</p>
<p class="_wz">出票百分比</p> <p class="_wz">出票百分比</p>
......
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