second commit

This commit is contained in:
2025-12-25 18:33:15 +08:00
parent 78407f1cbd
commit 6a6ddba71a
34 changed files with 527 additions and 1226 deletions

View File

@@ -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;