mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
fix: 修复首页echarts图高度问题
This commit is contained in:
parent
0e16cbb0a3
commit
26afddc559
@ -148,7 +148,9 @@
|
||||
</div>
|
||||
|
||||
<n-card class="mt-12" title="⚡️ 趋势" segmented>
|
||||
<VChart :option="trendOption" :init-options="{ height: 400 }" autoresize />
|
||||
<div class="h-400">
|
||||
<VChart :option="trendOption" autoresize />
|
||||
</div>
|
||||
</n-card>
|
||||
</AppPage>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user