浏览代码

fix: radial bar chart style broken in 1.3k-1.7k px window

Jacky 10 月之前
父节点
当前提交
24cf21b18a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/components/Chart/RadialBarChart.vue

+ 1 - 0
app/src/components/Chart/RadialBarChart.vue

@@ -78,6 +78,7 @@ const chartOptions = computed(() => ({
     </p>
     <VueApexCharts
       v-if="centerText"
+      ref="refContainer"
       class="radialBar"
       type="radialBar"
       height="205"