修改冀北现场问题

This commit is contained in:
GGJ
2025-12-14 12:47:53 +08:00
parent ff2b9db7b8
commit 0b61c4b7ba
55 changed files with 2679 additions and 951 deletions

View File

@@ -7,7 +7,12 @@
.Icon {
width: 30px;
height: 30px;
background-image: url('@/assets/icons/网公司.svg');
background-color: var(--el-color-primary);
border-radius: 5px;
background-image: url('@/assets/img/inlogo.png');
background-size: 25px;
background-repeat: no-repeat;
background-position: center;
}
.el-input__icon {
font-size: 20px;
@@ -200,3 +205,13 @@
width: 450px;
z-index: 0;
}
.psrmapBut{
position: absolute;
bottom: 103px;
right: 60px;
// z-index: 0.1;
}
#nrDeviceCard{
z-index: 1;
}