style(数据大屏): 样式调整

This commit is contained in:
wangjiahao
2024-12-03 18:56:49 +08:00
parent ad06b1c418
commit b0a33234e5
2 changed files with 4 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ onBeforeUnmount(() => {
<el-form-item
v-if="curComponent.style.adaptation"
class="form-item form-item-custom"
:class="'form-item-' + themes"
:label="t('visualization.pic_adaptor_type')"
size="small"
:effect="themes"

View File

@@ -1188,6 +1188,9 @@ span {
background: #f5f6f7;
&.field-style-dark {
background: #1a1a1a;
:deep(.field-text) {
color: #a6a6a6;
}
}
}
}