From 34c25ddf37a3eb8da9efb04efedad089f13efe83 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 24 七月 2024 18:20:27 +0800 Subject: [PATCH] 部门导入调整,按照部门名称/实现层级关系。枚举导入功能接口上传,属性池添加新增、查询、修改、导出、查看应用范围等接口。业务类型、链接类型、枚举类型增加等接口属性是否产生数据检查、根据属性名修改业务类型和连接类型中对应属性方法,以及属性池中需要的一些下拉查询接口。 --- Source/plt-web/plt-web-ui/src/page/login/index.vue | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 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..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,20 +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"> - <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