2
0

fix:登录界面样式优化

This commit is contained in:
zhongzm
2025-03-13 16:21:59 +08:00
parent 1f33e8295b
commit 6696e5bde1

View File

@@ -116,7 +116,7 @@ async function getCheckCode() {
</div>
</AFormItem>
<ASpace direction="vertical" size="large" class="w-full">
<ASpace direction="vertical" class="w-full">
<div class="flex-y-center justify-between">
<!-- <ACheckbox>{{ $t('page.login.pwdLogin.rememberMe') }}</ACheckbox>-->
<AButton type="text" @click="toggleLoginModule('reset-pwd')">{{ t('page.login.pwdLogin.forgetPassword') }}</AButton>
@@ -124,15 +124,12 @@ async function getCheckCode() {
<AButton type="primary" block size="large" shape="round" :loading="authStore.loginLoading" @click="handleSubmit">
{{ $t('common.confirm') }}
</AButton>
<div class="flex-y-center justify-between">
<!-- <AButton class="h-34px flex-1" block @click="toggleLoginModule('code-login')">-->
<!-- {{ t(loginModuleRecord['code-login']) }}-->
<!-- </AButton>-->
<div class="w-12px"></div>
<AButton class="h-34px flex-1" block @click="toggleLoginModule('register')">
<AButton class="h-34px flex-1" block shape="round" @click="toggleLoginModule('register')">
{{ t(loginModuleRecord.register) }}
</AButton>
</div>
</ASpace>
</AForm>
</template>