fix: 移除空 CSS 规则 .leaf-item

This commit is contained in:
2026-07-11 15:42:31 +08:00
parent a782180dd3
commit 54350b152e
-4
View File
@@ -829,10 +829,6 @@ onUnmounted(() => {
font-weight: 500; font-weight: 500;
} }
.leaf-item {
/* padding handled by inline style based on tree depth */
}
.key-footer { .key-footer {
padding: 8px 12px; padding: 8px 12px;
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);