|
|
@@ -158,25 +158,27 @@ body div.ng-table-pager a.page-a {
|
|
|
}
|
|
|
}
|
|
|
/**/
|
|
|
-.no-record-list .empty{
|
|
|
+.no-invoice .no-invoice-content .empty{
|
|
|
+ width:100%;
|
|
|
overflow: hidden;
|
|
|
margin: 0!important;
|
|
|
display:inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-.no-record-list .empty-info{
|
|
|
+.no-invoice .no-invoice-content .empty .empty-info{
|
|
|
line-height: 28px;
|
|
|
width: 143px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
-.no-record-list .empty-info .grey{
|
|
|
+.no-invoice .no-invoice-content .empty .empty-info .grey{
|
|
|
color: #999;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-.no-record-list .empty .empty-info>a{
|
|
|
+.no-invoice .no-invoice-content .empty .empty-info>a{
|
|
|
font-size: 14px;
|
|
|
color: #5078cb;
|
|
|
}
|
|
|
-.no-record-list .empty .empty-info i{
|
|
|
+.no-invoice .no-invoice-content .empty .empty-info i{
|
|
|
margin-right:5px;
|
|
|
}
|
|
|
</style>
|
|
|
@@ -241,22 +243,16 @@ body div.ng-table-pager a.page-a {
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <tbody class="no-record-list" ng-if="orderData.length <= 0 || !orderData">
|
|
|
- <tr class="height200">
|
|
|
- <td colspan="12">
|
|
|
- <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="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
</table>
|
|
|
+ <div class="empty" ng-if="orderData.length <= 0 || !orderData" style="width:100%;overflow: hidden;margin:0!important;display:inline-flex;align-items: center;justify-content: center;height:200px;">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
+ </p>
|
|
|
+ <div class="empty-info" style="margin-left:10px;">
|
|
|
+ <p class="grey">暂无可开票订单</p>
|
|
|
+ <a href="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="apply-btn" ng-style="$$kdnData.totalElements>10?'margin-top: 100px':''" ng-if="orderData.length > 0">
|
|
|
<button ng-click="applyInvoice()">申请开票</button>
|