mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-13 17:52:28 +08:00
refactor: remove unused files, bug fixes and name changes
This commit is contained in:
10
types/config.d.ts
vendored
10
types/config.d.ts
vendored
@@ -17,17 +17,17 @@ export interface ProjectSettingState {
|
||||
permissionMode: string;
|
||||
}
|
||||
|
||||
export interface IbodySetting {
|
||||
export interface IBodySetting {
|
||||
fixed: boolean;
|
||||
}
|
||||
|
||||
export interface IheaderSetting {
|
||||
export interface IHeaderSetting {
|
||||
bgColor: string;
|
||||
fixed: boolean;
|
||||
isReload: boolean;
|
||||
}
|
||||
|
||||
export interface ImenuSetting {
|
||||
export interface IMenuSetting {
|
||||
minMenuWidth: number;
|
||||
menuWidth: number;
|
||||
fixed: boolean;
|
||||
@@ -36,12 +36,12 @@ export interface ImenuSetting {
|
||||
mobileWidth: number;
|
||||
}
|
||||
|
||||
export interface IcrumbsSetting {
|
||||
export interface ICrumbsSetting {
|
||||
show: boolean;
|
||||
showIcon: boolean;
|
||||
}
|
||||
|
||||
export interface ImultiTabsSetting {
|
||||
export interface IMultiTabsSetting {
|
||||
bgColor: string;
|
||||
fixed: boolean;
|
||||
show: boolean;
|
||||
|
||||
Reference in New Issue
Block a user