fix: 新增 chart 顶部按钮

This commit is contained in:
MTrun
2022-01-05 18:04:41 +08:00
parent d9641d6690
commit 2194ca5cd6
10 changed files with 111 additions and 14 deletions
@@ -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'),