perf: 调换导入导出的 logo

This commit is contained in:
奔跑的面条 2023-01-13 15:54:41 +08:00
parent eae6de24c6
commit 15d883a3ba

View File

@ -172,18 +172,18 @@ const updateToSession = (id: string) => {
//
const btnList: BtnListType[] = [
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: ShareIcon,
handle: exportHandle
},
{
key: 'import',
type: TypeEnum.IMPORTUPLOAD,
name: '导入',
icon: DownloadIcon
icon: ShareIcon
},
{
key: 'export',
type: TypeEnum.BUTTON,
name: '导出',
icon: DownloadIcon,
handle: exportHandle
},
{
key: 'edit',