fix: 样式优化

This commit is contained in:
dataeaseShu
2025-05-30 15:15:46 +08:00
committed by dataeaseShu
parent 2496a0da8f
commit 5c5d17633f
4 changed files with 24 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ body {
.chart-type-style-dark {
background: @side-content-background !important;
border: 1px solid #434343 !important;
.ed-popper__arrow {
display: none !important;

View File

@@ -846,9 +846,16 @@ span {
}
&.dark-dimension-quota {
background-color: #292929;
border: 1px solid #434343;
:deep(.ed-dropdown-menu__item--divided) {
border-color: #ebebeb26;
}
.inner-dropdown-menu {
color: rgba(235, 235, 235, 1);
}
:deep(.ed-dropdown-menu__item:not(.is-disabled):hover) {
background-color: #ebebeb1a;
}
:deep(.ed-dropdown-menu__item) {
color: rgba(235, 235, 235, 1);
}

View File

@@ -449,9 +449,18 @@ span {
background-color: rgba(31, 35, 41, 0.1);
}
&.dark-dimension-quota {
background-color: #292929;
border: 1px solid #434343;
:deep(.ed-dropdown-menu__item--divided) {
border-color: #ebebeb26;
}
.inner-dropdown-menu {
color: rgba(235, 235, 235, 1);
}
:deep(.ed-dropdown-menu__item:not(.is-disabled):hover) {
background-color: #ebebeb1a;
}
:deep(.ed-dropdown-menu__item) {
color: rgba(235, 235, 235, 1);
}

View File

@@ -1000,6 +1000,13 @@ span {
}
&.dark-dimension-quota {
background-color: #292929;
border: 1px solid #434343;
:deep(.ed-dropdown-menu__item--divided) {
border-color: #ebebeb26;
}
:deep(.ed-dropdown-menu__item:not(.is-disabled):hover) {
background-color: #ebebeb1a;
}
.inner-dropdown-menu {
color: rgba(235, 235, 235, 1);
}