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
2 changed files with 1 additions and 1 deletions

View File

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

View File

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