This commit is contained in:
2026-08-08 17:28:57 +08:00
parent eae1e31c23
commit e1a4558a49
9 changed files with 410 additions and 108 deletions
@@ -790,6 +790,13 @@ function handleNodeClick(data) {
overflow: hidden;
position: relative;
// 浅色主题下 el-scrollbar 滚动区背景设白
:deep(.el-scrollbar__wrap) {
body[data-fe-theme="light"] & {
background: #ffffff;
}
}
.loading-wrapper,
.empty-wrapper {
padding:20px;