新的樹狀管理器
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user