mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix(dark-theme): bgcolor of selected tree node
in dark theme
修复tree的被选中节点的背景颜色在黑暗模式下不正确的问题 fixed: #949
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
- **ApiTreeSelect** 修复未能正确监听`params`变化的问题
|
- **ApiTreeSelect** 修复未能正确监听`params`变化的问题
|
||||||
- **BasicTable** 修复可编辑单元格不支持`ellipsis`配置的问题
|
- **BasicTable** 修复可编辑单元格不支持`ellipsis`配置的问题
|
||||||
- **ImgRotateDragVerify** 修复组件`resume`方法无法调用的问题
|
- **ImgRotateDragVerify** 修复组件`resume`方法无法调用的问题
|
||||||
|
- **Dark Theme** 修复 tree 组件被选中节点的背景颜色
|
||||||
|
|
||||||
## 2.6.1(2021-07-19)
|
## 2.6.1(2021-07-19)
|
||||||
|
|
||||||
|
@@ -57,6 +57,7 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
|
|||||||
// 'border-color-split': '#30363d',
|
// 'border-color-split': '#30363d',
|
||||||
'item-active-bg': '#111b26',
|
'item-active-bg': '#111b26',
|
||||||
'app-content-background': 'rgb(255 255 255 / 4%)',
|
'app-content-background': 'rgb(255 255 255 / 4%)',
|
||||||
|
'tree-node-selected-bg': '#11263c',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user