修改样式

This commit is contained in:
jingna 2025-07-09 15:46:06 +08:00
parent 3cd4ab510c
commit 59edc44463
2 changed files with 6 additions and 2 deletions

View File

@ -3822,6 +3822,7 @@ defineExpose({
justify-content: space-between; justify-content: space-between;
margin-bottom: 10.5px; margin-bottom: 10.5px;
flex-wrap: wrap; flex-wrap: wrap;
color: #fff;
.search-tree { .search-tree {
width: 100%; width: 100%;
height: 216px; height: 216px;
@ -4238,4 +4239,7 @@ defineExpose({
.ed-radio__inner{ .ed-radio__inner{
background: transparent; background: transparent;
} }
.query-condition-configuration .container .condition-configuration .configuration-list .list-item .label{
color:#fff;
}
</style> </style>

View File

@ -200,13 +200,13 @@ span {
.addition-style { .addition-style {
padding: 16px; padding: 16px;
background: #f5f6f7; background: #2c2c2c;
.name-title { .name-title {
margin-bottom: 8px; margin-bottom: 8px;
:deep(span) { :deep(span) {
color: var(--N900, #1f2329); color: var(--N900, #ffffff);
/* 中文/桌面端/正文 14 22 Regular */ /* 中文/桌面端/正文 14 22 Regular */
font-family: var(--de-custom_font, 'PingFang'); font-family: var(--de-custom_font, 'PingFang');
font-size: 14px; font-size: 14px;