second commit
This commit is contained in:
@@ -55,6 +55,9 @@ const refresh = (type) => {
|
||||
|
||||
}
|
||||
const handleNodeClick = (data, node) => {
|
||||
if(data.status && data.status === 'offline') {
|
||||
return false
|
||||
}
|
||||
if(!data.children || data.children.length === 0) {
|
||||
emit('handle', node.data)
|
||||
}
|
||||
@@ -107,7 +110,7 @@ defineExpose({
|
||||
border: 1px solid #5FA4FF;
|
||||
|
||||
&::before {
|
||||
background-image: url('@/assets/images/livePreview/icon-monitor-active.png');
|
||||
// background-image: url('@/assets/images/livePreview/icon-monitor-active.png');
|
||||
}
|
||||
&:has(.offline) {
|
||||
background-color: none;
|
||||
|
||||
Reference in New Issue
Block a user