perf: 优化图标顺序

This commit is contained in:
奔跑的面条 2024-04-10 16:16:53 +08:00
parent 86e47190b6
commit d7c4090c96

View File

@ -182,13 +182,13 @@ const btnList: BtnListType[] = [
key: 'import', key: 'import',
type: TypeEnum.IMPORTUPLOAD, type: TypeEnum.IMPORTUPLOAD,
name: '导入', name: '导入',
icon: DownloadIcon icon: ShareIcon
}, },
{ {
key: 'export', key: 'export',
type: TypeEnum.BUTTON, type: TypeEnum.BUTTON,
name: '导出', name: '导出',
icon: ShareIcon, icon: DownloadIcon,
handle: exportHandle handle: exportHandle
}, },
{ {