修改监控中心样式
修改分组管理样式
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user