fix: 修改侧边栏缩小后的宽度

This commit is contained in:
MTrun 2021-12-23 15:13:05 +08:00
parent 291290d7f1
commit d9641d6690

View File

@ -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'