fix:登录页调试,大屏事件打点修改,地图控制器位置调整

This commit is contained in:
2024-11-05 11:22:23 +08:00
parent 34a57ae920
commit 8d0c115a51
7 changed files with 30 additions and 19 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-17 11:34:00
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-11-01 13:02:35
* @LastEditTime: 2024-11-05 10:23:53
* @FilePath: \znxjxt-ui\src\views\big-screen\index.vue
* @Description: 大屏首页
-->
@@ -128,6 +128,8 @@
<fssm-map
v-if="!showImgBk"
ref="roadMap"
:showChange="true"
:controlStyle="{ top: '30%', right: '26%' }"
@map-moveend="mapMoveend"
@map-zoom="getZoom"
@feature-select="featureSelect"
+17 -14
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-08 09:26:24
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-10-28 14:19:03
* @LastEditTime: 2024-11-05 11:15:48
* @FilePath: \znxjxt-ui\src\views\login.vue
* @Description: 系统登录页
-->
@@ -10,7 +10,7 @@
<template>
<div class="login">
<div class="login-title">
<div class="mini-title">辽宁交投</div>
<div class="mini-title"></div>
<div class="middle-title">
<div>智能巡检系统</div>
<div><span>安全生产</span><span>可视化便捷</span></div>
@@ -205,33 +205,36 @@ export default {
justify-content: space-around;
align-items: center;
height: 100%;
padding: 0 10%;
background-image: url("../assets/images/login-background.jpg");
background-image: url("../assets/images/login-bkg.png");
background-size: cover;
.login-title {
width: 14.5%;
height: 40%;
padding: 3% 0;
width: 350px;
height: 350px;
.mini-title{
.mini-title {
width: 100%;
height: 20%;
height: 15%;
font-weight: 600;
background-image: url("../assets/images/login-title.png");
background-repeat: no-repeat;
background-size: 30% 55%;
}
.middle-title{
.middle-title {
width: 100%;
color:#4F5B6B;
>div:nth-child(1){
font-size: 2rem;
> div:nth-child(1) {
font-size: 3rem;
font-weight: 600;
}
>div:nth-child(2){
> div:nth-child(2) {
display: flex;
justify-content: space-between;
font-size: 1.1rem;
padding-right: 15%;
font-size: 1.5rem;
font-weight: 600;
}
}
@@ -319,6 +319,7 @@
size="mini"
type="text"
icon="el-icon-copy-document"
v-if="scope.row.id !== scope.row.snapshotId"
@click="splitDefect(scope.row)"
>拆分
</el-button>