修改看板背景颜色和文字颜色

This commit is contained in:
limengnan 2025-06-28 11:17:49 +08:00
parent 91e54730f0
commit 7722f5f568
12 changed files with 35 additions and 22 deletions

View File

@ -205,11 +205,11 @@ const saveSelfSubject = () => {
} }
:deep(.ed-radio__input.is-checked + .ed-radio__label) { :deep(.ed-radio__input.is-checked + .ed-radio__label) {
color: #1f2329 !important; color: #fff ;
} }
:deep(.ed-radio__input.is-disabled + span.ed-radio__label) { :deep(.ed-radio__input.is-disabled + span.ed-radio__label) {
color: var(--ed-text-color-placeholder) !important; color: #fff !important;
} }
:deep(.ed-collapse-item.ed-collapse--light .ed-collapse-item__content) { :deep(.ed-collapse-item.ed-collapse--light .ed-collapse-item__content) {

View File

@ -355,6 +355,7 @@ const onComponentNameChange = () => {
.ed-popper.is-light { .ed-popper.is-light {
border: 1px solid #434343 !important; border: 1px solid #434343 !important;
background: rgba(41, 41, 41, 1) !important; background: rgba(41, 41, 41, 1) !important;
color: #ffffff ;
} }
.ed-popper[data-popper-placement^=bottom] .ed-popper__arrow::before { .ed-popper[data-popper-placement^=bottom] .ed-popper__arrow::before {
background: rgba(41, 41, 41, 1) !important; background: rgba(41, 41, 41, 1) !important;

View File

@ -742,4 +742,8 @@ strong {
} }
.de-el-dropdown-menu-fixed .de-panel .mod-left .ed-input__wrapper{ .de-el-dropdown-menu-fixed .de-panel .mod-left .ed-input__wrapper{
background-color: rgba(37, 38, 38, 0) !important; background-color: rgba(37, 38, 38, 0) !important;
} }
.form-draggable-title{
color: #ffffff;
}

View File

@ -56,3 +56,7 @@
color: #fff ; color: #fff ;
} }
:deep(.ed-row.drag-data.padding-lr svg){
width: 100%;
height: 100%;
}

View File

@ -801,7 +801,7 @@ span {
.item-span-style { .item-span-style {
display: flex; display: flex;
max-width: 170px; max-width: 170px;
color: #1f2329; color: #fff;
margin-left: 4px; margin-left: 4px;
&.hidden-status, &.hidden-status,

View File

@ -409,7 +409,7 @@ span {
.item-span-style { .item-span-style {
display: flex; display: flex;
max-width: 170px; max-width: 170px;
color: #1f2329; color: #fff;
margin-left: 4px; margin-left: 4px;
&.sort-status { &.sort-status {

View File

@ -201,7 +201,7 @@ span {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
color: #1f2329; color: #fff;
margin-left: 4px; margin-left: 4px;
} }

View File

@ -951,7 +951,7 @@ span {
.item-span-style { .item-span-style {
display: flex; display: flex;
max-width: 170px; max-width: 170px;
color: #1f2329; color: #fff;
margin-left: 4px; margin-left: 4px;
.item-name { .item-name {

View File

@ -279,10 +279,12 @@ const del = (index, child) => {
.ed-popper.is-light{ .ed-popper.is-light{
border:1px solid #434343; border:1px solid #434343;
background: rgba(41, 41, 41, 1); background: rgba(41, 41, 41, 1);
color: #ffffff ;
} }
.ed-popper.is-light .ed-popper__arrow::before{ .ed-popper.is-light .ed-popper__arrow::before{
background:rgba(41, 41, 41, 1); background:rgba(41, 41, 41, 1);
border: 1px solid rgba(70, 70, 70, 1); border: 1px solid rgba(70, 70, 70, 1);
color: #ffffff ;
} }
</style> </style>

View File

@ -4145,7 +4145,7 @@ const deleteChartFieldItem = id => {
.editor-light { .editor-light {
border-left: solid 1px @side-outline-border-color-light !important; border-left: solid 1px @side-outline-border-color-light !important;
color: @canvas-main-font-color-light!important; color: @canvas-main-font-color-light!important;
background-color: @side-area-background-light!important; // background-color: @side-area-background-light!important;
:deep(.ed-tabs__header) { :deep(.ed-tabs__header) {
border-top: solid 1px @side-outline-border-color-light !important; border-top: solid 1px @side-outline-border-color-light !important;
} }
@ -4172,18 +4172,18 @@ const deleteChartFieldItem = id => {
background-color: @side-outline-border-color-light !important; background-color: @side-outline-border-color-light !important;
} }
:deep(.item-span-style) { :deep(.item-span-style) {
color: @canvas-main-font-color-light!important; color: #fff!important;
} }
:deep(.editor-title) { // :deep(.editor-title) {
color: #1f2329 !important; // color: #1f2329 !important;
} // }
:deep(.collapse-title) { // :deep(.collapse-title) {
color: #1f2329 !important; // color: #1f2329 !important;
} // }
:deep(.collapse-icon) { // :deep(.collapse-icon) {
color: #646a73 !important; // color: #646a73 !important;
} // }
.query-style-tab { .query-style-tab {
width: 100%; width: 100%;
border-top: solid 1px @side-outline-border-color-light !important; border-top: solid 1px @side-outline-border-color-light !important;
@ -4564,6 +4564,7 @@ span {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
color: #fff;
:deep(.required::after) { :deep(.required::after) {
content: '*'; content: '*';
color: var(--ed-color-danger); color: var(--ed-color-danger);
@ -4767,7 +4768,7 @@ span {
justify-content: space-between; justify-content: space-between;
height: 40px; height: 40px;
padding: 0 6px; padding: 0 6px;
color: #fff;
.margin20-radio { .margin20-radio {
margin-right: 20px; margin-right: 20px;
} }

View File

@ -218,9 +218,9 @@ function menuclick(name){
box-shadow:none; box-shadow:none;
border: 1px solid #f54a45; border: 1px solid #f54a45;
} }
:deep(.ed-pagination__total){ // :deep(.ed-pagination__total){
color: #1f2329 !important; // color: #1f2329 !important;
} // }
:deep(.ed-checkbox__inner){ :deep(.ed-checkbox__inner){
background-color: #ffffff !important; background-color: #ffffff !important;
border:1px solid #bbbfc4 !important; border:1px solid #bbbfc4 !important;

View File

@ -1750,6 +1750,7 @@ const mousedownDrag = () => {
.ed-popper.is-light { .ed-popper.is-light {
border: 1px solid #434343; border: 1px solid #434343;
background: rgba(41, 41, 41, 1) !important; background: rgba(41, 41, 41, 1) !important;
color: #ffffff ;
} }
.ed-tree-node__content:hover{ .ed-tree-node__content:hover{
background-color: #434343; background-color: #434343;