mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 抽离全局设置的位置
This commit is contained in:
@@ -43,6 +43,9 @@ export const asideWidth = '270'
|
||||
// 侧边栏折叠后的宽度,支持全部折叠会覆盖为 0
|
||||
export const asideCollapsedWidth = '60'
|
||||
|
||||
// 弹窗是否可以通过点击遮罩关闭
|
||||
export const maskClosable = false
|
||||
|
||||
// 修改边框圆角
|
||||
export const borderRadius = '6px'
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// * 系统全局设置
|
||||
|
||||
// 侧边栏是否支持全持全部折叠
|
||||
// 侧边栏折叠是否隐藏全部
|
||||
export const asideAllCollapsed = true
|
||||
|
||||
// 弹窗是否可以通过点击遮罩关闭
|
||||
export const maskClosable = false
|
||||
|
||||
// 拖拽页面左侧表单分类只有一项的时候是否隐藏
|
||||
export const hidePackageOneCategory = true
|
||||
export const hidePackageOneCategory = true
|
||||
|
||||
// 切换语言是否进行路由刷新
|
||||
export const changeLangReload = true
|
||||
|
||||
Reference in New Issue
Block a user