Browse Source

设置siderWidth

charles_c 8 tháng trước cách đây
mục cha
commit
4d7e664be6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;