新的樹狀管理器

This commit is contained in:
2026-05-26 12:23:29 +08:00
parent 56f9a703b8
commit ee5a54ea2c
5 changed files with 246 additions and 3 deletions

View File

@@ -428,6 +428,22 @@ button { cursor: pointer; font-family: inherit; }
background: rgba(99,102,241,0.1);
}
.tree-item-meta {
display: flex;
align-items: center;
gap: 0.3rem;
margin-left: 1rem;
}
.tree-item-meta .btn {
min-width: 2.2rem;
}
.tree-item-meta .btn.active {
border-color: rgba(59,130,246,0.6);
background: rgba(59,130,246,0.12);
}
.tree-item-actions .btn {
padding: 0.35rem 0.7rem;
}