mirror of https://gitee.com/topiam/eiam
⚡ 调整菜单宽度
parent
294f95d696
commit
fda1cc785b
|
@ -31,7 +31,7 @@ const Settings: LayoutSettings & {
|
|||
colorWeak: false,
|
||||
title: '企业数字身份管控平台',
|
||||
logo: '/full-logo.svg',
|
||||
siderWidth: 190,
|
||||
siderWidth: 215,
|
||||
};
|
||||
|
||||
export default Settings;
|
||||
|
|
|
@ -32,7 +32,7 @@ const Settings: ProLayoutProps & {
|
|||
title: '统一身份认证平台',
|
||||
logo: '/full-logo.svg',
|
||||
iconfontUrl: '',
|
||||
siderWidth: 190,
|
||||
siderWidth: 215,
|
||||
};
|
||||
|
||||
export default Settings;
|
||||
|
|
Loading…
Reference in New Issue