mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增 chart 顶部按钮
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Sider } from './layout/components/Sider'
|
||||
// import { Header } from './layout/components/Header/index'
|
||||
import { HeaderPro } from '@/layout/components/HeaderPro'
|
||||
import { TransitionMain } from '@/layout/components/TransitionMain/index'
|
||||
</script>
|
||||
|
||||
@@ -95,7 +95,7 @@ const {
|
||||
CopyIcon,
|
||||
TrashIcon,
|
||||
PencilIcon,
|
||||
ApertureSharpIcon,
|
||||
DesktopOutlineIcon,
|
||||
DownloadIcon,
|
||||
HammerIcon,
|
||||
SendIcon
|
||||
@@ -126,7 +126,7 @@ const selectOptions = reactive([
|
||||
{
|
||||
label: t('global.r_preview'),
|
||||
key: 'preview',
|
||||
icon: renderIcon(ApertureSharpIcon)
|
||||
icon: renderIcon(DesktopOutlineIcon)
|
||||
},
|
||||
{
|
||||
label: t('global.r_copy'),
|
||||
|
||||
Reference in New Issue
Block a user