|
|
@@ -11,7 +11,6 @@
|
|
|
}
|
|
|
.u_c_invoice .ticket_record_list {
|
|
|
background: #fff;
|
|
|
- min-height: 323px;
|
|
|
}
|
|
|
.u_c_invoice #add-invoice {
|
|
|
width: 100%;
|
|
|
@@ -385,7 +384,7 @@
|
|
|
<a ng-click="deleteInvoice(invoice)">删除</a>
|
|
|
</span>
|
|
|
</dd>
|
|
|
- <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px">
|
|
|
+ <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px; border: none">
|
|
|
<img src="static/img/all/empty-cart.png">
|
|
|
<span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 400px;font-size: 12px">暂无开票信息</span>
|
|
|
</dd>
|