mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 19:53:41 +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