From c292ed9454c8ada81f560660ea7f83f2555a8540 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:48:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(login):=20=E4=BC=98=E5=8C=96=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=A1=A8=E5=8D=95=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新设计表单布局,添加欢迎语和用户选择区域 - 优化输入框样式,采用更现代化的圆角和边框设计 - 实现动态主题色系统,所有交互元素跟随系统主题色 - 改进按钮样式,使用渐变背景和悬停效果 - 优化验证码输入区域的视觉效果 - 完善暗色主题适配和响应式设计 --- src/views/login/components/Login/index.vue | 191 +++++++++++++++------ 1 file changed, 141 insertions(+), 50 deletions(-) diff --git a/src/views/login/components/Login/index.vue b/src/views/login/components/Login/index.vue index 391be52..ac08b83 100644 --- a/src/views/login/components/Login/index.vue +++ b/src/views/login/components/Login/index.vue @@ -1,12 +1,18 @@ + +
@@ -130,51 +161,111 @@ function checkUserAccount() { alt="验证码" class="w-full h-full object-contain" > - 点击获取验证码 + 点击获取验证码
- -
- - {{ $t('login.rememberMe') }} - - - {{ $t('login.forgotPassword') }} - -
- - {{ $t('login.signIn') }} + + +
+ + {{ $t('login.rememberMe') }} + + + {{ $t('login.forgotPassword') }} - - {{ $t('login.noAccountText') }} - - {{ $t('login.signUp') }} - - - +
+ + + + + + + + + + + - - {{ $t('login.or') }} - - - - - - - - - - - - - +