mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
style: 应用模板管理样式调整
This commit is contained in:
@@ -250,8 +250,8 @@ export default {
|
||||
}
|
||||
|
||||
li.select {
|
||||
background: var(--deWhiteHover, #3370ff);
|
||||
color: var(--TextActive, #f4f4f5);
|
||||
background: var(--deWhiteHover, #ecf5ff) !important;
|
||||
color: var(--TextActive, #3370ff) !important;
|
||||
}
|
||||
|
||||
.de-btn-fix {
|
||||
|
||||
@@ -201,8 +201,8 @@ export default {
|
||||
}
|
||||
|
||||
li.select {
|
||||
background: var(--deWhiteHover, #3370ff);
|
||||
color: var(--TextActive, #f4f4f5);
|
||||
background: var(--deWhiteHover, #ecf5ff) !important;
|
||||
color: var(--TextActive, #3370ff) !important;
|
||||
}
|
||||
|
||||
.de-btn-fix {
|
||||
|
||||
@@ -253,8 +253,8 @@ export default {
|
||||
}
|
||||
|
||||
li.select {
|
||||
background: var(--deWhiteHover, #3370ff);
|
||||
color: var(--TextActive, #f4f4f5);
|
||||
background: var(--deWhiteHover, #ecf5ff) !important;
|
||||
color: var(--TextActive, #3370ff) !important;
|
||||
}
|
||||
|
||||
.de-btn-fix {
|
||||
|
||||
Reference in New Issue
Block a user