修改看板背景颜色和文字颜色
This commit is contained in:
parent
91e54730f0
commit
7722f5f568
@ -205,11 +205,11 @@ const saveSelfSubject = () => {
|
||||
}
|
||||
|
||||
:deep(.ed-radio__input.is-checked + .ed-radio__label) {
|
||||
color: #1f2329 !important;
|
||||
color: #fff ;
|
||||
}
|
||||
|
||||
: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) {
|
||||
|
@ -355,6 +355,7 @@ const onComponentNameChange = () => {
|
||||
.ed-popper.is-light {
|
||||
border: 1px solid #434343 !important;
|
||||
background: rgba(41, 41, 41, 1) !important;
|
||||
color: #ffffff ;
|
||||
}
|
||||
.ed-popper[data-popper-placement^=bottom] .ed-popper__arrow::before {
|
||||
background: rgba(41, 41, 41, 1) !important;
|
||||
|
@ -742,4 +742,8 @@ strong {
|
||||
}
|
||||
.de-el-dropdown-menu-fixed .de-panel .mod-left .ed-input__wrapper{
|
||||
background-color: rgba(37, 38, 38, 0) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.form-draggable-title{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
@ -56,3 +56,7 @@
|
||||
color: #fff ;
|
||||
}
|
||||
|
||||
:deep(.ed-row.drag-data.padding-lr svg){
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
@ -801,7 +801,7 @@ span {
|
||||
.item-span-style {
|
||||
display: flex;
|
||||
max-width: 170px;
|
||||
color: #1f2329;
|
||||
color: #fff;
|
||||
margin-left: 4px;
|
||||
|
||||
&.hidden-status,
|
||||
|
@ -409,7 +409,7 @@ span {
|
||||
.item-span-style {
|
||||
display: flex;
|
||||
max-width: 170px;
|
||||
color: #1f2329;
|
||||
color: #fff;
|
||||
margin-left: 4px;
|
||||
|
||||
&.sort-status {
|
||||
|
@ -201,7 +201,7 @@ span {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
color: #1f2329;
|
||||
color: #fff;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
|
@ -951,7 +951,7 @@ span {
|
||||
.item-span-style {
|
||||
display: flex;
|
||||
max-width: 170px;
|
||||
color: #1f2329;
|
||||
color: #fff;
|
||||
margin-left: 4px;
|
||||
|
||||
.item-name {
|
||||
|
@ -279,10 +279,12 @@ const del = (index, child) => {
|
||||
.ed-popper.is-light{
|
||||
border:1px solid #434343;
|
||||
background: rgba(41, 41, 41, 1);
|
||||
color: #ffffff ;
|
||||
}
|
||||
.ed-popper.is-light .ed-popper__arrow::before{
|
||||
background:rgba(41, 41, 41, 1);
|
||||
border: 1px solid rgba(70, 70, 70, 1);
|
||||
color: #ffffff ;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -4145,7 +4145,7 @@ const deleteChartFieldItem = id => {
|
||||
.editor-light {
|
||||
border-left: solid 1px @side-outline-border-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) {
|
||||
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;
|
||||
}
|
||||
:deep(.item-span-style) {
|
||||
color: @canvas-main-font-color-light!important;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
:deep(.editor-title) {
|
||||
color: #1f2329 !important;
|
||||
}
|
||||
:deep(.collapse-title) {
|
||||
color: #1f2329 !important;
|
||||
}
|
||||
:deep(.collapse-icon) {
|
||||
color: #646a73 !important;
|
||||
}
|
||||
// :deep(.editor-title) {
|
||||
// color: #1f2329 !important;
|
||||
// }
|
||||
// :deep(.collapse-title) {
|
||||
// color: #1f2329 !important;
|
||||
// }
|
||||
// :deep(.collapse-icon) {
|
||||
// color: #646a73 !important;
|
||||
// }
|
||||
.query-style-tab {
|
||||
width: 100%;
|
||||
border-top: solid 1px @side-outline-border-color-light !important;
|
||||
@ -4564,6 +4564,7 @@ span {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
:deep(.required::after) {
|
||||
content: '*';
|
||||
color: var(--ed-color-danger);
|
||||
@ -4767,7 +4768,7 @@ span {
|
||||
justify-content: space-between;
|
||||
height: 40px;
|
||||
padding: 0 6px;
|
||||
|
||||
color: #fff;
|
||||
.margin20-radio {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
@ -218,9 +218,9 @@ function menuclick(name){
|
||||
box-shadow:none;
|
||||
border: 1px solid #f54a45;
|
||||
}
|
||||
:deep(.ed-pagination__total){
|
||||
color: #1f2329 !important;
|
||||
}
|
||||
// :deep(.ed-pagination__total){
|
||||
// color: #1f2329 !important;
|
||||
// }
|
||||
:deep(.ed-checkbox__inner){
|
||||
background-color: #ffffff !important;
|
||||
border:1px solid #bbbfc4 !important;
|
||||
|
@ -1750,6 +1750,7 @@ const mousedownDrag = () => {
|
||||
.ed-popper.is-light {
|
||||
border: 1px solid #434343;
|
||||
background: rgba(41, 41, 41, 1) !important;
|
||||
color: #ffffff ;
|
||||
}
|
||||
.ed-tree-node__content:hover{
|
||||
background-color: #434343;
|
||||
|
Loading…
Reference in New Issue
Block a user