From 9bb6bced3110dc1ac2c0744078f225f99d70ac2c Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期五, 21 六月 2024 17:36:09 +0800 Subject: [PATCH] 调整流程启动和流程执行 --- Source/plt-web/plt-web-ui/src/page/login/index.vue | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 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 2307ee0..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 @@ -16,11 +16,9 @@ </div> </div> - <div class="login-bg-image"> - <el-image - style="width: 20vw; height: 44vh" - :src="require('../../../public/img/Group.png')" - fit="fill"></el-image> + <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> @@ -121,13 +119,13 @@ <style lang="scss" scoped> .login-container { - background: #fff url('../../../public/img/login-background.png')no-repeat center; - background-size: 100% 100%; /* 鎴栬�� background-size: 100% 100%; */ + background: url('../../../public/img/login-background.png') no-repeat center; + background-size: 100% 100%; } .login-bg-image{ position: fixed; left: 10%; - top: 35%; + top: 30%; } </style> -- Gitblit v1.9.3