mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 四种基本布局完成
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { ThemeSettings } from '../../interface';
|
||||
import { EnumAnimate } from '../../enum';
|
||||
import type { ThemeSettings } from '../interface';
|
||||
import { EnumAnimate } from '../enum';
|
||||
|
||||
const themeColorList = [
|
||||
'#409EFF',
|
||||
@ -38,6 +38,7 @@ const themeSettings: ThemeSettings = {
|
||||
},
|
||||
menuStyle: {
|
||||
width: 200,
|
||||
mixWidth: 80,
|
||||
collapsedWidth: 64,
|
||||
fixed: true,
|
||||
splitMenu: false
|
Reference in New Issue
Block a user