fix: 更新后的padding设置为0

This commit is contained in:
dap 2025-05-19 21:52:16 +08:00
parent 4fd68bc083
commit 0a076f5e6e

View File

@ -21,6 +21,15 @@ export const overridesPreferences = defineOverridesPreferences({
*/
// defaultAvatar: '',
name: import.meta.env.VITE_APP_TITLE,
/**
* 0 Page组件已经自带了padding
* TODO: 不确定官方后续会不会更新
*/
contentPadding: 0,
contentPaddingTop: 0,
contentPaddingBottom: 0,
contentPaddingLeft: 0,
contentPaddingRight: 0,
/**
* modal模式
* 1.