mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: setting 页面新增 是否显示footer的开关
This commit is contained in:
@ -110,7 +110,8 @@
|
||||
},
|
||||
"footer": {
|
||||
"fixed": false,
|
||||
"height": 48
|
||||
"height": 48,
|
||||
"visible": true
|
||||
},
|
||||
"page": {
|
||||
"animate": true,
|
||||
|
@ -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