refactor: tailwindcss样式优化
Former-commit-id: 3ab444012a3b3f81929830d5c73df8c68437cb87
This commit is contained in:
@@ -5,6 +5,8 @@ interface DefaultSettings {
|
||||
fixedHeader: boolean;
|
||||
sidebarLogo: boolean;
|
||||
errorLog: string;
|
||||
layout: string;
|
||||
theme: string;
|
||||
}
|
||||
|
||||
const defaultSettings: DefaultSettings = {
|
||||
@@ -13,7 +15,9 @@ const defaultSettings: DefaultSettings = {
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
sidebarLogo: true,
|
||||
errorLog: 'production'
|
||||
errorLog: 'production',
|
||||
layout: 'left',
|
||||
theme: 'light'
|
||||
};
|
||||
|
||||
export default defaultSettings;
|
||||
|
||||
Reference in New Issue
Block a user