fix: 修改 system-chart 部分配置的位置调整
This commit is contained in:
@@ -159,8 +159,6 @@
|
|||||||
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
|
||||||
<div class="form-items--half-width-group">
|
|
||||||
<!-- unit -->
|
<!-- unit -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-show="!isTable(chartConfig.type)&&!isLog(chartConfig.type)"
|
v-show="!isTable(chartConfig.type)&&!isLog(chartConfig.type)"
|
||||||
@@ -181,29 +179,6 @@
|
|||||||
>
|
>
|
||||||
</el-cascader>
|
</el-cascader>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- text -->
|
|
||||||
<el-form-item
|
|
||||||
:label="$t('dashboard.panel.chartForm.display')"
|
|
||||||
class="form-item--half-width"
|
|
||||||
prop="param.nullType"
|
|
||||||
v-if="isShowText(chartConfig.type)"
|
|
||||||
>
|
|
||||||
<el-select
|
|
||||||
id="chart-box-text"
|
|
||||||
v-model="chartConfig.param.text"
|
|
||||||
placeholder=""
|
|
||||||
popper-class="right-box-select-top prevent-clickoutside"
|
|
||||||
size="small"
|
|
||||||
@change="change"
|
|
||||||
>
|
|
||||||
<el-option
|
|
||||||
v-for="item in textList"
|
|
||||||
:key="item.value"
|
|
||||||
:label="$t(item.label)"
|
|
||||||
:value="item.value"
|
|
||||||
></el-option>
|
|
||||||
</el-select>
|
|
||||||
</el-form-item>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-items--half-width-group">
|
<div class="form-items--half-width-group">
|
||||||
<!--width-->
|
<!--width-->
|
||||||
@@ -258,6 +233,31 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-items--half-width-group">
|
||||||
|
<!-- text -->
|
||||||
|
<el-form-item
|
||||||
|
:label="$t('dashboard.panel.chartForm.display')"
|
||||||
|
class="form-item--half-width"
|
||||||
|
prop="param.nullType"
|
||||||
|
v-if="isShowText(chartConfig.type)"
|
||||||
|
>
|
||||||
|
<el-select
|
||||||
|
id="chart-box-text"
|
||||||
|
v-model="chartConfig.param.text"
|
||||||
|
placeholder=""
|
||||||
|
popper-class="right-box-select-top prevent-clickoutside"
|
||||||
|
size="small"
|
||||||
|
@change="change"
|
||||||
|
>
|
||||||
|
<el-option
|
||||||
|
v-for="item in textList"
|
||||||
|
:key="item.value"
|
||||||
|
:label="$t(item.label)"
|
||||||
|
:value="item.value"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- table column-->
|
<!-- table column-->
|
||||||
<div v-if="isTable(chartConfig.type)">
|
<div v-if="isTable(chartConfig.type)">
|
||||||
|
|||||||
Reference in New Issue
Block a user