Browse Source

设置siderWidth

charles_c 5 months ago
parent
commit
4d7e664be6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/defaultSettings.ts

+ 1 - 0
config/defaultSettings.ts

@@ -20,6 +20,7 @@ const Settings: ProLayoutProps & {
   logo: false,
   iconfontUrl: '',
   token: {},
+  siderWidth: 200,
 };
 
 export default Settings;