mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增组件
This commit is contained in:
@@ -37,18 +37,12 @@ export const theme = {
|
||||
// dialog 图标的大小
|
||||
export const dialogIconSize = '20'
|
||||
|
||||
// 弹窗是否可以通过点击遮罩关闭
|
||||
export const maskClosable = false
|
||||
|
||||
// 侧边栏宽度
|
||||
export const asideWidth = '270'
|
||||
|
||||
// 侧边栏折叠后的宽度,支持全部折叠会覆盖为 0
|
||||
export const asideCollapsedWidth = '60'
|
||||
|
||||
// 侧边栏是否支持全持全部折叠
|
||||
export const asideAllCollapsed = true
|
||||
|
||||
// 修改边框圆角
|
||||
export const borderRadius = '6px'
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
// * 系统全局设置
|
||||
|
||||
// 侧边栏是否支持全持全部折叠
|
||||
export const asideAllCollapsed = true
|
||||
|
||||
// 弹窗是否可以通过点击遮罩关闭
|
||||
export const maskClosable = false
|
||||
|
||||
// 拖拽页面左侧表单分类只有一项的时候是否隐藏
|
||||
export const hidePackageOneCategory = true
|
||||
Reference in New Issue
Block a user