Merge pull request #13491 from dataease/pr@dev-v2@refactor_theme

fix: 优化为查询条件配制界面部分属性未适配主体问题
This commit is contained in:
王嘉豪 2024-11-22 13:33:35 +08:00 committed by GitHub
commit 0ef158c0f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,6 @@ const autoStyle = computed(() => {
.title { .title {
color: #1f2329; color: #1f2329;
font-feature-settings: 'clig' off, 'liga' off; font-feature-settings: 'clig' off, 'liga' off;
font-family: var(--de-custom_font, 'PingFang');
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@ -531,6 +531,7 @@ initParams()
<el-select <el-select
v-model="currentPlaceholder" v-model="currentPlaceholder"
@change="handleCurrentPlaceholder" @change="handleCurrentPlaceholder"
:effect="themes"
style="width: 100%" style="width: 100%"
> >
<el-option <el-option