Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	frontend/src/views/chart/view/ChartStyle.vue
#	frontend/src/views/panel/list/PanelMain.vue
This commit is contained in:
wangjiahao 2022-05-20 13:08:51 +08:00
commit 9f01bc4ee0

View File

@ -652,7 +652,7 @@
</el-tab-pane>
<el-tab-pane :label="$t('chart.chart_style')" class="padding-tab" style="width: 300px">
<chart-style
v-if="chartProperties || view.isPlugin"
v-if="chartProperties"
:param="param"
:view="view"
:chart="chart"