mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-14 21:05:08 +08:00
♻ refactor: fix echarts auto resize
This commit is contained in:
parent
fb23d3bd43
commit
4e94a4c4af
@ -24,7 +24,7 @@
|
|||||||
<div slot="header">
|
<div slot="header">
|
||||||
<span>访问量</span>
|
<span>访问量</span>
|
||||||
</div>
|
</div>
|
||||||
<vab-chart auto-resize theme="vab-echarts-theme" :option="fwl" />
|
<vab-chart autoresize theme="vab-echarts-theme" :option="fwl" />
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<span>
|
<span>
|
||||||
日均访问量:
|
日均访问量:
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div slot="header">
|
<div slot="header">
|
||||||
<span>授权数</span>
|
<span>授权数</span>
|
||||||
</div>
|
</div>
|
||||||
<vab-chart auto-resize theme="vab-echarts-theme" :option="sqs" />
|
<vab-chart autoresize theme="vab-echarts-theme" :option="sqs" />
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<span>
|
<span>
|
||||||
总授权数:
|
总授权数:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user