From 5acc490fa6f77a9ed7b5976ee6a2e22b070df5bf Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 09 七月 2024 09:49:36 +0800
Subject: [PATCH] 角色管理联调修改、部门管理接口等代码上传
---
Source/plt-web/plt-web-ui/src/page/login/index.vue | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 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..1e336a0 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
@@ -12,16 +12,17 @@
</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">
- <el-image
- style="width: 20vw; height: 44vh"
- :src="require('../../../public/img/Group.png')"
- fit="fill"></el-image>
- </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>
@@ -121,13 +122,14 @@
<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-backgrounds.png') no-repeat center;
+ background-size: 100% 100%;
+ background-color: #638DFF;
}
.login-bg-image{
position: fixed;
left: 10%;
- top: 35%;
+ top: 30%;
}
</style>
--
Gitblit v1.9.3