From 526de0d73f6f307362e3ad5652246b3305827dcc Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 31 Dec 2025 15:32:02 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E6=B3=A8=E9=94=80=E5=8F=8A=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_tool/member/index.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages_tool/member/index.vue b/pages_tool/member/index.vue index 0d5b72d..1cabd7f 100644 --- a/pages_tool/member/index.vue +++ b/pages_tool/member/index.vue @@ -27,9 +27,9 @@ - - {{ $lang('logout') }} + {{ $lang('cancellation') }} + {{ $lang('logout') }} @@ -200,7 +200,7 @@ export default { } .action-btn { - width: 100%; + width: 80%; height: 80rpx; line-height: 80rpx; text-align: center; @@ -210,14 +210,13 @@ export default { } .logout-btn { - background-color: #F4391c; background-color: var(--main-color); color: #fff; border: 1rpx solid #ddd; } .cancel-btn { - background-color: var(--aux-color); + background-color:var(--main-color); color: #fff; } \ No newline at end of file