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 {
|
.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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user