feat(styles): 优化左侧树形结构样式

This commit is contained in:
xlsea
2025-09-11 10:28:43 +08:00
parent dc2fbbd556
commit 513dc31eaa
2 changed files with 4 additions and 4 deletions

View File

@ -323,11 +323,11 @@ function handleResetSearch() {
}
:deep(.n-tree-node) {
height: 33px;
height: 30px;
}
:deep(.n-tree-node-switcher) {
height: 33px;
height: 30px;
}
:deep(.n-tree-node-switcher__icon) {

View File

@ -415,11 +415,11 @@ function handleResetSearch() {
}
:deep(.n-tree-node) {
height: 25px;
height: 30px;
}
:deep(.n-tree-node-switcher) {
height: 25px;
height: 30px;
}
:deep(.n-tree-node-switcher__icon) {