feat: 标题样式控制范围太广-不在仪表盘中控制-改为视图自己控制

This commit is contained in:
wangjiahao 2021-06-11 12:03:13 +08:00
parent 4c3557ce2e
commit 1b880d194b

View File

@ -16,7 +16,7 @@
</el-collapse-item>
<el-collapse-item :title="$t('chart.module_style')" name="component">
<el-row style="background-color: #f7f8fa; margin: 5px">
<title-selector class="attr-selector" :chart="chart" @onTextChange="onTextChange" />
<!-- <title-selector class="attr-selector" :chart="chart" @onTextChange="onTextChange" />-->
<background-color-selector class="attr-selector" :chart="chart" @onChangeBackgroundForm="onChangeBackgroundForm" />
</el-row>
</el-collapse-item>