소스 검색

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

MTrun 3 년 전
부모
커밋
d9641d6690
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 asideCollapsedWidth = '60'
+// 建议 0 或者 60,已经适配好了
+export const asideCollapsedWidth = '0'
 
 // 修改边框圆角
 export const borderRadius = '6px'