mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
Merge pull request #11377 from dataease/pr@dev-v2_st
fix(系统设置): 自定义主题颜色没有同步 #11340
This commit is contained in:
@@ -913,7 +913,7 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item-dimension:hover {
|
.item-dimension:hover {
|
||||||
border: 1px solid var(--blue-500, #3370ff);
|
border: 1px solid var(--ed-color-primary, #3370ff);
|
||||||
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
|
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -205,8 +205,8 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.select {
|
li.select {
|
||||||
background: var(--deWhiteHover, #e0eaff) !important;
|
background: var(--ed-color-primary-1a, #e0eaff) !important;
|
||||||
color: var(--TextActive, #3370ff) !important;
|
color: var(--ed-color-primary, #3370ff) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.de-btn-fix {
|
.de-btn-fix {
|
||||||
|
|||||||
Reference in New Issue
Block a user