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:
2
src/typings/system.d.ts
vendored
2
src/typings/system.d.ts
vendored
@ -236,6 +236,8 @@ declare namespace Theme {
|
||||
fixed: boolean;
|
||||
/** 底部高度 */
|
||||
height: number;
|
||||
/* 底部是否可见 */
|
||||
visible: boolean;
|
||||
}
|
||||
|
||||
/** 页面样式 */
|
||||
|
Reference in New Issue
Block a user