mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 13:28:16 +08:00
fix: 样式优化
This commit is contained in:
committed by
xuwei-fit2cloud
parent
10b220e826
commit
cb3e74b3ee
@@ -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);
|
||||
}
|
||||
|
||||
@@ -450,9 +450,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);
|
||||
}
|
||||
|
||||
@@ -1011,6 +1011,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