mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 03:33:41 +08:00
feat(projects): 新增主题配置:页面功能
This commit is contained in:
@@ -11,10 +11,10 @@ export interface ThemeSettings {
|
||||
otherColor: OtherColor;
|
||||
/** 导航样式 */
|
||||
navStyle: NavStyle;
|
||||
/** 头部样式 */
|
||||
headerStyle: HeaderStyle;
|
||||
/** 菜单样式 */
|
||||
menuStyle: MenuStyle;
|
||||
/** 头部样式 */
|
||||
headerStyle: HeaderStyle;
|
||||
/** 多标签样式 */
|
||||
multiTabStyle: MultiTabStyle;
|
||||
/** 面包屑样式 */
|
||||
@@ -73,8 +73,6 @@ interface MultiTabStyle {
|
||||
visible: boolean;
|
||||
/** 背景颜色 */
|
||||
bgColor: string;
|
||||
/** 固定标签页 */
|
||||
fixed: boolean;
|
||||
}
|
||||
|
||||
interface CrumbsStyle {
|
||||
|
||||
Reference in New Issue
Block a user