feat: 新增前进后退按钮,修改粘贴的位置问题

This commit is contained in:
mtrun
2022-03-28 11:38:44 +08:00
parent 7d5f607b92
commit 4b21f3a753
5 changed files with 95 additions and 25 deletions
+9 -3
View File
@@ -7,7 +7,7 @@ import {
Trash as TrashIcon,
Pencil as PencilIcon,
HammerOutline as HammerIcon,
DesktopOutline as DesktopOutlineIcon,
DesktopOutline as DesktopOutlineIcon,
DownloadOutline as DownloadIcon,
Open as OpenIcon,
Send as SendIcon,
@@ -47,7 +47,9 @@ DesktopOutline as DesktopOutlineIcon,
Square as SquareIcon,
ColorPalette as ColorPaletteIcon,
Leaf as LeafIcon,
ColorWand as ColorWandIcon
ColorWand as ColorWandIcon,
ArrowBack as ArrowBackIcon,
ArrowForward as ArrowForwardIcon
} from '@vicons/ionicons5'
import {
@@ -172,7 +174,11 @@ const ionicons5 = {
// 气球
LeafIcon,
// 颜色
ColorWandIcon
ColorWandIcon,
// 撤回
ArrowBackIcon,
// 前进
ArrowForwardIcon
}
const carbon = {