Merge pull request #8324 from dataease/pr@dev-v2_dzz_mobile

fix(系统设置): 外观设置漏掉的样式
This commit is contained in:
dataeaseShu
2024-03-05 10:15:48 +08:00
committed by GitHub
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

@@ -955,7 +955,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));
}
}