Browse Source

feat: init

pull/11102/head
Evil 2 years ago
parent
commit
a9ec918781
  1. 4
      config/defaultSettings.ts

4
config/defaultSettings.ts

@ -28,6 +28,10 @@ const defaultSettings: ProLayoutProps & {
header: { header: {
colorTextRightActionsItem: 'rgba(0, 0, 0, 0.88)', colorTextRightActionsItem: 'rgba(0, 0, 0, 0.88)',
}, },
pageContainer: {
paddingBlockPageContainerContent: 36,
paddingInlinePageContainerContent: 36,
},
}, },
}; };

Loading…
Cancel
Save