发票样式修改

version/0412
mujinxia 9 months ago
parent 0483f38591
commit 5164ab53a0
  1. 5
      pages/invoice/indexset.vue

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

Loading…
Cancel
Save