mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 修改绘制界面样式,新增返回首页按钮
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user