fix: 更新后的padding设置为0
This commit is contained in:
parent
4fd68bc083
commit
0a076f5e6e
@ -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. 正常重新登录后不会再触发接口请求 即触发登录超时的页面为空数据
|
||||
|
Loading…
Reference in New Issue
Block a user