mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
feat: 新增保存按钮
This commit is contained in:
+5
-2
@@ -81,7 +81,8 @@ import {
|
||||
Scale as ScaleIcon,
|
||||
FitToScreen as FitToScreenIcon,
|
||||
FitToHeight as FitToHeightIcon,
|
||||
FitToWidth as FitToWidthIcon
|
||||
FitToWidth as FitToWidthIcon,
|
||||
Save as SaveIcon
|
||||
} from '@vicons/carbon'
|
||||
|
||||
const ionicons5 = {
|
||||
@@ -237,7 +238,9 @@ const carbon = {
|
||||
ScaleIcon,
|
||||
FitToScreenIcon,
|
||||
FitToHeightIcon,
|
||||
FitToWidthIcon
|
||||
FitToWidthIcon,
|
||||
// 保存
|
||||
SaveIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
||||
Reference in New Issue
Block a user