mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 11:43:42 +08:00
refactor(projects): basicLayout重构初步
This commit is contained in:
@@ -19,6 +19,8 @@ export interface ThemeSettings {
|
||||
multiTabStyle: MultiTabStyle;
|
||||
/** 面包屑样式 */
|
||||
crumbsStyle: CrumbsStyle;
|
||||
/** 底部样式 */
|
||||
footerStyle: FooterStyle;
|
||||
/** 页面样式 */
|
||||
pageStyle: PageStyle;
|
||||
/** 固定头部和多页签 */
|
||||
@@ -105,6 +107,11 @@ interface CrumbsStyle {
|
||||
showIcon: boolean;
|
||||
}
|
||||
|
||||
interface FooterStyle {
|
||||
/** 底部高度 */
|
||||
height: number;
|
||||
}
|
||||
|
||||
export type AnimateType = keyof typeof EnumAnimate;
|
||||
|
||||
interface AnimateTypeList {
|
||||
|
||||
Reference in New Issue
Block a user