mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增页面预览方式
This commit is contained in:
+10
-1
@@ -77,6 +77,10 @@ import {
|
||||
AlignVerticalBottom as AlignVerticalBottomIcon,
|
||||
DocumentAdd as DocumentAddIcon,
|
||||
DocumentDownload as DocumentDownloadIcon,
|
||||
Scale as ScaleIcon,
|
||||
FitToScreen as FitToScreenIcon,
|
||||
FitToHeight as FitToHeightIcon,
|
||||
FitToWidth as FitToWidthIcon
|
||||
} from '@vicons/carbon'
|
||||
|
||||
const ionicons5 = {
|
||||
@@ -225,7 +229,12 @@ const carbon = {
|
||||
// 添加文件
|
||||
DocumentAddIcon,
|
||||
// 下载文件
|
||||
DocumentDownloadIcon
|
||||
DocumentDownloadIcon,
|
||||
// 预览展示方式
|
||||
ScaleIcon,
|
||||
FitToScreenIcon,
|
||||
FitToHeightIcon,
|
||||
FitToWidthIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
||||
Reference in New Issue
Block a user