Compare commits

..

No commits in common. '635878cb11fd24dd4895413d68b762322a6228c6' and '8433d9fc27b8e8242dfafdfeb938553e4ea0a2df' have entirely different histories.

  1. 3
      pages/invoice/indexset.vue

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

Loading…
Cancel
Save