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

This commit is contained in:
MTrun
2021-12-23 15:13:05 +08:00
parent 60183b6a60
commit cc5d6ae5d7
+2 -1
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'