Browse Source

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

MTrun 3 years ago
parent
commit
d9641d6690
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/settings/designSetting.ts

+ 2 - 1
src/settings/designSetting.ts

@@ -56,7 +56,8 @@ export const maskClosable = false
 export const asideWidth = '270'
 export const asideWidth = '270'
 
 
 // 侧边栏缩小后的宽度
 // 侧边栏缩小后的宽度
-export const asideCollapsedWidth = '60'
+// 建议 0 或者 60,已经适配好了
+export const asideCollapsedWidth = '0'
 
 
 // 修改边框圆角
 // 修改边框圆角
 export const borderRadius = '6px'
 export const borderRadius = '6px'