From b29d78bd16402ef69cbca897ec6bae3aa9b32e91 Mon Sep 17 00:00:00 2001 From: woody Date: Sun, 28 Sep 2025 09:12:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(memberPointInfo):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 5 +---- src/views/information/memberPointInfo/index.vue | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index a71ec8f..5b35e50 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -183,8 +183,5 @@ tbody { line-height: 36px; } } -.thebtn2 { - color: #ffffff !important; - background: #ffad41 !important; -} + diff --git a/src/views/information/memberPointInfo/index.vue b/src/views/information/memberPointInfo/index.vue index 2a98b4c..db17816 100644 --- a/src/views/information/memberPointInfo/index.vue +++ b/src/views/information/memberPointInfo/index.vue @@ -313,4 +313,8 @@ export default { color: #333333; margin-bottom: 18px; } +.thebtn2 { + color: #ffffff !important; + background: #ffad41 !important; +}