mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat: setting 页面新增 是否显示footer的开关
This commit is contained in:
@@ -88,7 +88,8 @@ const defaultThemeSetting: Theme.Setting = {
|
||||
},
|
||||
footer: {
|
||||
fixed: false,
|
||||
height: 48
|
||||
height: 48,
|
||||
visible: true
|
||||
},
|
||||
page: {
|
||||
animate: true,
|
||||
|
||||
Reference in New Issue
Block a user