fix(系统设置): 自定义主题颜色没有同步 #11340

This commit is contained in:
dataeaseShu 2024-08-06 15:41:09 +08:00
parent a3322fe0d6
commit c692eeee46
2 changed files with 3 additions and 3 deletions

View File

@ -913,7 +913,7 @@ defineExpose({
}
.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));
}

View File

@ -205,8 +205,8 @@ defineExpose({
}
li.select {
background: var(--deWhiteHover, #e0eaff) !important;
color: var(--TextActive, #3370ff) !important;
background: var(--ed-color-primary-1a, #e0eaff) !important;
color: var(--ed-color-primary, #3370ff) !important;
}
.de-btn-fix {