mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增页面框选效果
This commit is contained in:
@@ -59,4 +59,10 @@ export const requestInterval = 30
|
||||
export const requestIntervalUnit = RequestHttpIntervalEnum.SECOND
|
||||
|
||||
// 工作区域历史记录存储最大数量
|
||||
export const editHistoryMax = 100
|
||||
export const editHistoryMax = 100
|
||||
|
||||
// 拖拽时蒙层的 z-index,需比所有图表高
|
||||
export const canvasModelIndex = 9999
|
||||
|
||||
// 框选时蒙层的 z-index,需比所有图表高
|
||||
export const selectBoxIndex = canvasModelIndex + 10
|
||||
|
||||
Reference in New Issue
Block a user