forked from github/dataease
refactor: 视图样式配置项优化
This commit is contained in:
parent
292ecf16d5
commit
e94cd85d17
@ -17,7 +17,7 @@
|
||||
<el-form-item v-show="showProperty('color')" :label="$t('chart.text_color')" class="form-item">
|
||||
<el-color-picker v-model="labelForm.color" class="color-picker-style" :predefine="predefineColors" @change="changeLabelAttr('color')" />
|
||||
</el-form-item>
|
||||
<el-form-item v-show="showProperty('position')" :label="$t('chart.label_position')" class="form-item">
|
||||
<el-form-item v-show="showProperty('position') && chart.type !== 'map'" :label="$t('chart.label_position')" class="form-item">
|
||||
<el-select v-model="labelForm.position" :placeholder="$t('chart.label_position')" @change="changeLabelAttr('position')">
|
||||
<el-option v-for="option in labelPosition" :key="option.value" :label="option.name" :value="option.value" />
|
||||
</el-select>
|
||||
|
Loading…
Reference in New Issue
Block a user