Browse Source

fix: fix default setting error

pull/10257/head
期贤 4 years ago
parent
commit
c96a2f15d4
  1. 2
      config/defaultSettings.ts

2
config/defaultSettings.ts

@ -9,7 +9,7 @@ const Settings: LayoutSettings & {
} = { } = {
navTheme: 'light', navTheme: 'light',
// 拂晓蓝 // 拂晓蓝
primaryColor: '#1890ff', colorPrimary: '#1890ff',
layout: 'mix', layout: 'mix',
contentWidth: 'Fluid', contentWidth: 'Fluid',
fixedHeader: false, fixedHeader: false,

Loading…
Cancel
Save