fix(系统设置): 外观设置漏掉的样式

This commit is contained in:
dataeaseShu
2024-03-05 10:14:28 +08:00
parent 8c91088eab
commit e71450caf6
38 changed files with 70 additions and 64 deletions

View File

@@ -407,7 +407,7 @@ const handleContextMenu = e => {
}
}
.activated {
background-color: rgba(51, 112, 255, 0.1) !important;
background-color: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1)) !important;
:deep(.component-icon) {
color: var(--ed-color-primary);
}

View File

@@ -420,7 +420,7 @@ const handleContextMenu = e => {
}
}
.activated {
background-color: rgba(51, 112, 255, 0.1) !important;
background-color: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1)) !important;
:deep(.component-icon) {
color: var(--ed-color-primary);
}

View File

@@ -440,7 +440,7 @@ const handleContextMenu = e => {
}
}
.activated {
background-color: rgba(51, 112, 255, 0.1) !important;
background-color: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1)) !important;
:deep(.component-icon) {
color: var(--ed-color-primary);
}

View File

@@ -953,7 +953,7 @@ onMounted(() => {
.shape-edit {
&:hover {
cursor: move;
outline: 1px solid rgba(51, 112, 255, 0.6);
outline: 1px solid var(--ed-color-primary-99, rgba(51, 112, 255, 0.6));
}
}