From 984335b054c4107fe3e53f0d6181a82cb42553be Mon Sep 17 00:00:00 2001 From: zhongzm Date: Sat, 15 Feb 2025 16:26:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=83=A8=E5=88=86=E8=83=8C=E6=99=AF=E6=9A=97=E8=89=B2=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userInfo/kyc/index.vue | 2 +- src/views/userInfo/profile/index.vue | 1 - src/views/userInfo/resetpwd/index.vue | 1 - src/views/userInfo/usercard/index.vue | 6 ++---- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/userInfo/kyc/index.vue b/src/views/userInfo/kyc/index.vue index c971925..f71fb34 100644 --- a/src/views/userInfo/kyc/index.vue +++ b/src/views/userInfo/kyc/index.vue @@ -513,7 +513,7 @@ onMounted(() => { /* 卡片样式 */ .status-card, .form-card { - background: white; + border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); padding: clamp(16px, 4vw, 32px); diff --git a/src/views/userInfo/profile/index.vue b/src/views/userInfo/profile/index.vue index a326162..af55545 100644 --- a/src/views/userInfo/profile/index.vue +++ b/src/views/userInfo/profile/index.vue @@ -305,7 +305,6 @@ const handleBack = () => {