Merge pull request #13789 from dataease/style_adjust

style(数据大屏): 样式调整
This commit is contained in:
王嘉豪
2024-12-03 18:57:39 +08:00
committed by GitHub
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;
}
}
}
}