From 43ed2d886f1cc3b2cf27258efcdb39f47cc3ec94 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 20 六月 2024 11:44:44 +0800 Subject: [PATCH] 完善启动流程以及预制对象-接口获取用户信息存储本地修改获取用户信息方法 --- Source/plt-web/plt-web-ui/src/page/login/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 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 92b55bd..3a0ffea 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 @@ -18,7 +18,7 @@ </div> <div class="login-bg-image" style="color: white;text-align: center"> <div style="font-size: 80px; font-weight: bold" >娆㈣繋鐧诲綍</div> - <h1>PLT-WEB骞冲彴</h1> + <h1 style="font-size: 40px">PLT-WEB骞冲彴</h1> </div> </div> </template> @@ -119,13 +119,13 @@ <style lang="scss" scoped> .login-container { - background: #fff url('../../../public/img/login-background.png') no-repeat center; + background: url('../../../public/img/login-background.png') no-repeat center; background-size: 100% 100%; } .login-bg-image{ position: fixed; left: 10%; - top: 25%; + top: 30%; } </style> -- Gitblit v1.9.3