From db8528d04d843f9bda475725d7f5022d034e667b Mon Sep 17 00:00:00 2001 From: bobobobo <1055026847@qq.com> Date: Tue, 20 Jan 2026 21:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8CUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../login/forgot-password/forgot-password.vue | 118 ++++++++---------- static/images/customer-service.svg | 1 + styles/login.scss | 1 + 3 files changed, 51 insertions(+), 69 deletions(-) create mode 100644 static/images/customer-service.svg diff --git a/pages/login/forgot-password/forgot-password.vue b/pages/login/forgot-password/forgot-password.vue index 40d481f..c211922 100644 --- a/pages/login/forgot-password/forgot-password.vue +++ b/pages/login/forgot-password/forgot-password.vue @@ -1,35 +1,5 @@ - - 忘记密码 + + 忘记密码 + 忘记密码需要联系客服更改 -
- - - - + + + + - 确定 + 联系客服 -
+
diff --git a/static/images/customer-service.svg b/static/images/customer-service.svg new file mode 100644 index 0000000..82ace9a --- /dev/null +++ b/static/images/customer-service.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/login.scss b/styles/login.scss index 3563730..0369997 100644 --- a/styles/login.scss +++ b/styles/login.scss @@ -24,6 +24,7 @@ } .title-right { font-size: 28rpx; + margin-bottom: 98rpx; color: #666666; } }