Commit 4e94a4c4 by zxwk

refactor: fix echarts auto resize

parent fb23d3bd
......@@ -24,7 +24,7 @@
<div slot="header">
<span>访问量</span>
</div>
<vab-chart auto-resize theme="vab-echarts-theme" :option="fwl" />
<vab-chart autoresize theme="vab-echarts-theme" :option="fwl" />
<div class="bottom">
<span>
日均访问量:
......@@ -47,7 +47,7 @@
<div slot="header">
<span>授权数</span>
</div>
<vab-chart auto-resize theme="vab-echarts-theme" :option="sqs" />
<vab-chart autoresize theme="vab-echarts-theme" :option="sqs" />
<div class="bottom">
<span>
总授权数:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment