From 386f7e24fb132deacb829a86aeb723dd1d1172eb Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 16 七月 2024 14:13:46 +0800 Subject: [PATCH] 修改密码调用接口 登录添加过期提醒 登录框中英文切换不显示bug --- Source/plt-web/plt-web-ui/src/page/login/index.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/page/login/index.vue b/Source/plt-web/plt-web-ui/src/page/login/index.vue index 3a0ffea..3233ce1 100644 --- a/Source/plt-web/plt-web-ui/src/page/login/index.vue +++ b/Source/plt-web/plt-web-ui/src/page/login/index.vue @@ -8,18 +8,21 @@ <div class="login-main"> <h4 class="login-title"> {{ $t('login.title') }}{{website.title}} - <top-lang></top-lang> + <top-lang type="login"></top-lang> </h4> <userLogin v-if="activeName==='user'"></userLogin> <thirdLogin v-else-if="activeName==='third'"></thirdLogin> +<!-- <div style="color: white;text-align: center;margin-top: 20px;font-size: 12px">--> +<!-- <span>鎶�鏈敮鎸�:鍖椾含瀹忓崥杩滆揪绉戞妧鏈夐檺鍏徃</span>--> +<!-- </div>--> </div> </div> </div> - <div class="login-bg-image" style="color: white;text-align: center"> - <div style="font-size: 80px; font-weight: bold" >娆㈣繋鐧诲綍</div> - <h1 style="font-size: 40px">PLT-WEB骞冲彴</h1> - </div> +<!-- <div class="login-bg-image" style="color: white;text-align: center">--> +<!-- <div style="font-size: 80px; font-weight: bold" >娆㈣繋鐧诲綍</div>--> +<!-- <h1 style="font-size: 40px">PLT-WEB骞冲彴</h1>--> +<!-- </div>--> </div> </template> <script> @@ -119,8 +122,9 @@ <style lang="scss" scoped> .login-container { - background: url('../../../public/img/login-background.png') no-repeat center; + background: url('../../../public/img/login-backgrounds.png') no-repeat center; background-size: 100% 100%; + background-color: #638DFF; } .login-bg-image{ position: fixed; -- Gitblit v1.9.3