fix: 样式优化

This commit is contained in:
dataeaseShu
2026-05-07 09:44:15 +08:00
committed by dataeaseShu
parent e23fe1b184
commit 096acf609d
2 changed files with 5 additions and 0 deletions

View File

@@ -884,3 +884,7 @@ strong {
caret-color: #333333;
}
}
.ed-tree-node__content {
border-radius: 4px;
}

View File

@@ -302,6 +302,7 @@ onMounted(() => {
line-height: 28px;
min-width: 48px;
padding: 3px 8px;
font-size: 12px;
}
}
}