02735139 by zhangmeng

旅游

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