From f703fe33aa10a7be7d82e7ea75f8e5ad143233fd Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Sep 2025 17:51:16 +0800
Subject: [PATCH] 暂存
---
src/views/login/index.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 5dd7b2e..0763559 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -4,22 +4,24 @@
</div>
<!-- <div class="divider mt-10"></div> -->
- <div class="log flex items-center justify-center flex-col pt-20 mt-10 mb-20 textColor">
- <img :src="LOGO" alt="">
+ <div class="log flex-col pt-10 mt-10 mb-20 textColor">
+ <!-- <img :src="LOGO" alt=""> -->
<span class="font-bold text-5xl mt-10">
- {{ `${$t('欢迎加入')} ${$title}` }}
+ {{ `${$t('login')}` }}
</span>
</div>
+ <div>{{ $t('账号') }}</div>
<ExInput style="padding-bottom:16px !important;" :placeholderText="getRegType(activeIndex, false)"
v-model="username" :dialCode="dialCode" @selectArea="onSelectArea" :area="isArea" :icon="icon"
@pressEnter="verifyLogin" />
+ <div>{{ $t('密码') }}</div>
<ExInput style="padding-bottom:0 !important;" :placeholderText="$t('entryPassword')" v-model="password"
typeText="password" @pressEnter="verifyLogin" />
<div class="forget colorMain" @click="$router.push('/forget')">{{ $t('forgetPassword') }}</div>
- <van-button class="w-full" round style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }}
+ <van-button class="w-full" style="margin-top:50px;" type="primary" @click="verifyLogin">{{ $t('login') }}
</van-button>
<div class="noTips textColor">
{{ $t('noAccount') }}?
@@ -165,7 +167,7 @@
padding: 15px;
font-size: 13px;
box-sizing: border-box;
- background: $mainbgWhiteColor;
+ // background: $mainbgWhiteColor;
min-height: 100vh;
:deep(.textColor) {
@@ -190,7 +192,6 @@
.w-full {
background: $bg_yellow;
border: none;
- color: $mainBgColor;
font-size: 16px;
font-weight: 600;
}
--
Gitblit v1.9.3