|
@@ -451,11 +451,15 @@
|
|
|
margin: 0!important;
|
|
margin: 0!important;
|
|
|
display:inline-flex;
|
|
display:inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ height: 200px;
|
|
|
}
|
|
}
|
|
|
.ticket_record .empty-info{
|
|
.ticket_record .empty-info{
|
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
|
width: 143px;
|
|
width: 143px;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
|
+ margin-left:10px;
|
|
|
}
|
|
}
|
|
|
.ticket_record .empty-info .grey{
|
|
.ticket_record .empty-info .grey{
|
|
|
color: #999;
|
|
color: #999;
|
|
@@ -521,22 +525,23 @@
|
|
|
<a ng-click="deleteInvoice(invoice)">删除</a>
|
|
<a ng-click="deleteInvoice(invoice)">删除</a>
|
|
|
</span>
|
|
</span>
|
|
|
</dd>
|
|
</dd>
|
|
|
- <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px; border: none!important;">
|
|
|
|
|
|
|
+ <!--<dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px; border: none!important;">-->
|
|
|
<!--<img src="static/img/all/empty-cart.png">-->
|
|
<!--<img src="static/img/all/empty-cart.png">-->
|
|
|
<!--<span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 390px;font-size: 12px">暂无开票-->
|
|
<!--<span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 390px;font-size: 12px">暂无开票-->
|
|
|
<!--<a href="javascript:history.go(-1)" style="margin-left:20px;font-size: 14px;color:#5078cb"><i class="fa fa-mail-reply"></i> 返回上一级</a>-->
|
|
<!--<a href="javascript:history.go(-1)" style="margin-left:20px;font-size: 14px;color:#5078cb"><i class="fa fa-mail-reply"></i> 返回上一级</a>-->
|
|
|
<!--</span>-->
|
|
<!--</span>-->
|
|
|
- <div class="empty">
|
|
|
|
|
- <p class="empty-img">
|
|
|
|
|
- <img src="static/img/all/empty-cart.png">
|
|
|
|
|
- </p>
|
|
|
|
|
- <div class="empty-info">
|
|
|
|
|
- <p class="grey"> 暂无发票信息 </p>
|
|
|
|
|
- <a href="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </dd>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!--</dd>-->
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
+ <div class="empty" ng-if="invoices.length == 0 || !invoices">
|
|
|
|
|
+ <p class="empty-img">
|
|
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <div class="empty-info">
|
|
|
|
|
+ <p class="grey"> 暂无发票信息 </p>
|
|
|
|
|
+ <!--<a href="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>-->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!--新增发票 -->
|
|
<!--新增发票 -->
|