仪表盘
版本库
文件存储
活动
搜索
登录
董宇坤
/
iailab-plat-ui-vue3
分支自
iailab-plat-ui-vue3
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1、工作流程功能优化,解决流程图模拟功能simulation不生效的bug 2、system menu等页面修改 3、Footer copyright...
houzhongjian
2025-01-06
c9a6f7cbb5209415e626df29c7572cf40fe92b66
[~dongyukun/iailab-plat-ui-vue3.git]
/
src
/
components
/
ImageViewer
/
src
/
types.ts
1
2
3
4
5
6
7
8
9
export interface ImageViewerProps {
urlList?: string[]
zIndex?: number
initialIndex?: number
infinite?: boolean
hideOnClickModal?: boolean
teleported?: boolean
show?: boolean
}