Merge pull request #13491 from dataease/pr@dev-v2@refactor_theme
fix: 优化为查询条件配制界面部分属性未适配主体问题
This commit is contained in:
commit
0ef158c0f7
@ -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;
|
||||
|
||||
@ -531,6 +531,7 @@ initParams()
|
||||
<el-select
|
||||
v-model="currentPlaceholder"
|
||||
@change="handleCurrentPlaceholder"
|
||||
:effect="themes"
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-option
|
||||
|
||||
Loading…
Reference in New Issue
Block a user