forked from github/dataease
style(图表): 雷达图样式中坐标轴自定义轴值,调整最大最小值输入框顺序
This commit is contained in:
parent
6e33fd0399
commit
67e1f070ab
@ -176,20 +176,6 @@ onMounted(() => {
|
|||||||
|
|
||||||
<template v-if="showProperty('axisValue') && !state.miscForm.axisValue.auto">
|
<template v-if="showProperty('axisValue') && !state.miscForm.axisValue.auto">
|
||||||
<el-row :gutter="8">
|
<el-row :gutter="8">
|
||||||
<el-col :span="12">
|
|
||||||
<el-form-item
|
|
||||||
class="form-item"
|
|
||||||
:class="'form-item-' + themes"
|
|
||||||
:label="t('chart.axis_value_max')"
|
|
||||||
>
|
|
||||||
<el-input-number
|
|
||||||
controls-position="right"
|
|
||||||
:effect="props.themes"
|
|
||||||
v-model.number="state.miscForm.axisValue.max"
|
|
||||||
@change="changeMiscStyle('axisValue.max')"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
class="form-item"
|
class="form-item"
|
||||||
@ -204,6 +190,20 @@ onMounted(() => {
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item
|
||||||
|
class="form-item"
|
||||||
|
:class="'form-item-' + themes"
|
||||||
|
:label="t('chart.axis_value_max')"
|
||||||
|
>
|
||||||
|
<el-input-number
|
||||||
|
controls-position="right"
|
||||||
|
:effect="props.themes"
|
||||||
|
v-model.number="state.miscForm.axisValue.max"
|
||||||
|
@change="changeMiscStyle('axisValue.max')"
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<label class="custom-form-item-label" :class="'custom-form-item-label--' + themes">
|
<label class="custom-form-item-label" :class="'custom-form-item-label--' + themes">
|
||||||
|
Loading…
Reference in New Issue
Block a user