fix: 修改绘制界面样式,新增返回首页按钮

This commit is contained in:
mtruning
2022-01-09 17:12:35 +08:00
parent 3d8519519b
commit 7332dd1e98
10 changed files with 118 additions and 61 deletions
@@ -4,11 +4,11 @@
:class="{ scoped: !getCharts }"
title="图表"
:depth="2"
:backIcon="getCharts"
:backIcon="false"
>
<template #icon>
<n-icon size="14" :depth="2">
<component :is="BarChartIcon" />
<BarChartIcon />
</n-icon>
</template>
</ContentBox>