修改监控中心样式

修改分组管理样式
This commit is contained in:
fks-yangshouda
2024-08-30 17:22:49 +08:00
parent b36081126f
commit 84ed95512f
7 changed files with 98 additions and 85 deletions

View File

@@ -36,7 +36,7 @@
:style="{
top: '50px',
left: `${divWidth + 55}px`,
zIndex: 9,
zIndex: 4,
position: 'absolute',
width: `${divWidth}px`,
}"
@@ -47,7 +47,7 @@
:style="{
top: '50px',
left: `${divWidth * 2 + 65}px`,
zIndex: 9,
zIndex: 4,
position: 'absolute',
width: `${divWidth}px`,
}"
@@ -61,7 +61,7 @@
:style="{
top: '50px',
left: `${divWidth * 3 + 75}px`,
zIndex: 9,
zIndex: 4,
position: 'absolute',
width: `${divWidth}px`,
}"
@@ -71,7 +71,7 @@
:style="{
top: '50px',
left: `${divWidth * 4 + 85}px`,
zIndex: 9,
zIndex: 4,
position: 'absolute',
}"
@click="getSelect"
@@ -228,8 +228,9 @@
const getDianWeiList = () => {
let deviceIds: any[] = [];
if (checkedKeys.value && checkedKeys.value.length > 0) {
debugger;
checkedKeys.value.forEach((element) => {
if (value.value != element) {
if (value.value != element && value.value != '999999999') {
deviceIds.push(element);
}
});
@@ -287,7 +288,7 @@
let deviceIds: any[] = [];
if (checkedKeys.value && checkedKeys.value.length > 0) {
checkedKeys.value.forEach((element) => {
if (value.value != element) {
if (value.value != element && value.value != '999999999') {
deviceIds.push(element);
}
});