Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
8cf004a5
Commit
8cf004a5
authored
Jul 21, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(dark-theme): bgcolor of `selected tree node` in dark theme
修复tree的被选中节点的背景颜色在黑暗模式下不正确的问题 fixed: #949
parent
32d64dbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
theme.ts
build/vite/plugin/theme.ts
+1
-0
No files found.
CHANGELOG.zh_CN.md
View file @
8cf004a5
...
@@ -3,6 +3,7 @@
...
@@ -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)
...
...
build/vite/plugin/theme.ts
View file @
8cf004a5
...
@@ -57,6 +57,7 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
...
@@ -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
'
,
},
},
}),
}),
];
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment