mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 修改侧边栏缩小后的宽度
This commit is contained in:
parent
291290d7f1
commit
d9641d6690
@ -56,7 +56,8 @@ export const maskClosable = false
|
||||
export const asideWidth = '270'
|
||||
|
||||
// 侧边栏缩小后的宽度
|
||||
export const asideCollapsedWidth = '60'
|
||||
// 建议 0 或者 60,已经适配好了
|
||||
export const asideCollapsedWidth = '0'
|
||||
|
||||
// 修改边框圆角
|
||||
export const borderRadius = '6px'
|
||||
|
Loading…
x
Reference in New Issue
Block a user