mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 05:36:54 +08:00
fix(图表): 优化子弹图图例配置中图标配置的选择器长度
This commit is contained in:
committed by
jianneng-fit2cloud
parent
70b1e6a106
commit
5958d4552c
@@ -341,10 +341,15 @@ onMounted(() => {
|
||||
/>
|
||||
</el-form-item>
|
||||
<div
|
||||
style="flex: 1; display: flex"
|
||||
style="flex: 1; display: flex; width: 100%"
|
||||
v-if="showProperty('showRange') && state.legendForm.showRange"
|
||||
>
|
||||
<el-form-item :label="t('chart.icon')" class="form-item" :class="'form-item-' + themes">
|
||||
<el-form-item
|
||||
:label="t('chart.icon')"
|
||||
class="form-item"
|
||||
:class="'form-item-' + themes"
|
||||
style="flex: 1; min-width: 0"
|
||||
>
|
||||
<el-select
|
||||
:effect="themes"
|
||||
v-model="state.legendForm.miscForm.bullet.bar.ranges.symbol"
|
||||
@@ -359,7 +364,11 @@ onMounted(() => {
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item class="form-item" :class="'form-item-' + themes" style="padding-left: 8px">
|
||||
<el-form-item
|
||||
class="form-item"
|
||||
:class="'form-item-' + themes"
|
||||
style="flex: 1; min-width: 0; padding-left: 8px"
|
||||
>
|
||||
<template #label> </template>
|
||||
<el-select
|
||||
:effect="themes"
|
||||
|
||||
Reference in New Issue
Block a user