version/0412
mujinxia 9 months ago
parent 3eb69bf7dd
commit f61adbe6be
  1. 6
      pages/invoice/indexset.vue

@ -55,7 +55,7 @@ import * as InvoiceApi from '@/api/invoice'
export default { export default {
data() { data() {
return { return {
tabIndex: 1, tabIndex: 0,
invoicList: [], invoicList: [],
recordList: [1, 2] recordList: [1, 2]
}; };
@ -90,8 +90,8 @@ export default {
background: #F5F5F5; background: #F5F5F5;
.invoice-btn { .invoice-btn {
height: 104rpx; height: 104rpx;
background: #F21A1C; background: #F55349;
color: #fff; color: #fff;
font-size: 32rpx; font-size: 32rpx;
font-weight: bold; font-weight: bold;

Loading…
Cancel
Save