1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user