02735139 by zhangmeng

旅游

1 parent d143cab7
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
31 <label v-if="b.orderType == 5" class="greenTag"> {{ language == 0 ? '票务' : 'TICKETING ' }} </label> 31 <label v-if="b.orderType == 5" class="greenTag"> {{ language == 0 ? '票务' : 'TICKETING ' }} </label>
32 <label v-if="b.orderType == 6" class="orangeTag"> {{ language == 0 ? '旅游' : 'TRAVEL' }} </label> 32 <label v-if="b.orderType == 6" class="orangeTag"> {{ language == 0 ? '旅游' : 'TRAVEL' }} </label>
33 33
34 <span>{{ language == 0 ? '订单编号:' : 'No.' }} {{ b.id }}</span> 34 <span class="orderNum">{{ language == 0 ? '订单编号:' : 'No.' }} {{ b.id }}</span>
35 </div> 35 </div>
36 36
37 <div class="status-po"> 37 <div class="status-po">
...@@ -511,8 +511,10 @@ function toInvoice() { ...@@ -511,8 +511,10 @@ function toInvoice() {
511 display: block; 511 display: block;
512 min-width: 60px; 512 min-width: 60px;
513 } 513 }
514 .status-po { 514
515 top: 22px; 515 .orderNum {
516 display: block;
517 margin-top: 5px;
516 } 518 }
517 } 519 }
518 520
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!