123456789101112131415 |
- import { Settings } from "@ant-design/pro-components";
- const defaultLayout: Partial<Settings> = {
- navTheme: 'light', //dark:黑色,light:亮色
- // 明青
- colorPrimary: '#13C2C2',
- contentWidth: 'Fluid',
- fixedHeader: true,
- fixSiderbar: true,
- colorWeak: false,
- // pwa: false,
- iconfontUrl: '',
- };
- export default defaultLayout;
|