From edbef3cc414fce4c230e54b70f4ca26527cf7a2c Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 19 Aug 2023 17:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/companyFinance/companyFinance.vue | 2 +- subpkg/finance/finance.vue | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/companyFinance/companyFinance.vue b/components/companyFinance/companyFinance.vue index ce1d83c..5ead527 100644 --- a/components/companyFinance/companyFinance.vue +++ b/components/companyFinance/companyFinance.vue @@ -22,7 +22,7 @@ }]" @click="changeCurrent" lineColor='#0122C7' :scrollable="false" lineWidth='40' inactiveStyle='color:black' activeStyle="color:#0122C7"> --> 今日账单 - 月账单 + 更多 diff --git a/subpkg/finance/finance.vue b/subpkg/finance/finance.vue index c34de46..01a9c24 100644 --- a/subpkg/finance/finance.vue +++ b/subpkg/finance/finance.vue @@ -7,14 +7,14 @@ {{userInfo.nickname}} - + {{userInfo.nickname}} - + - - + + @@ -294,7 +295,7 @@ .accont { // background-color: red; display: flex; - width: 32vw; + width: 22vw; justify-content: space-between; vertical-align: bottom; line-height: 44px; @@ -424,7 +425,7 @@ } .active { - background-color: #3274F9; + background-color: $theme-oa-color; color: #fff; } }