mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix: 样式优化
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user