mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
feat: 合并多选功能,解决冲突,升级版本到2.0.4
This commit is contained in:
@@ -8,6 +8,9 @@ export const lang = LangEnum.ZH
|
||||
// 水印文字
|
||||
export const watermarkText = "GoView 低代码平台"
|
||||
|
||||
// 分组名称
|
||||
export const groupTitle = "分组"
|
||||
|
||||
// 主题配置
|
||||
export const theme = {
|
||||
// 默认是否开启深色主题
|
||||
@@ -37,7 +40,7 @@ export const asideCollapsedWidth = 60
|
||||
// 弹窗是否可以通过点击遮罩关闭
|
||||
export const maskClosable = false
|
||||
|
||||
// 修改边框圆角
|
||||
// 全局边框圆角
|
||||
export const borderRadius = '6px'
|
||||
|
||||
// 轮播间隔
|
||||
@@ -59,4 +62,10 @@ export const saveInterval = 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