|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 发票抬头 --> |
|
|
|
<!-- 发票抬头 --> |
|
|
|
<view v-if="tabIndex == 1"> |
|
|
|
<view v-if="tabIndex == 1" style="padding-bottom: 164rpx"> |
|
|
|
<view class="empty" v-if="recordHeaderList.length == 0"> |
|
|
|
<view class="empty" v-if="recordHeaderList.length == 0"> |
|
|
|
<u-empty text="暂无信息" mode="list"></u-empty> |
|
|
|
<u-empty text="暂无信息" mode="list"></u-empty> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -186,7 +186,6 @@ page { |
|
|
|
|
|
|
|
|
|
|
|
.invoice-header { |
|
|
|
.invoice-header { |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
padding-bottom: 164rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bill-header-item { |
|
|
|
.bill-header-item { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|