调整菜单宽度

pull/82/head^2
awenes 2024-04-04 21:17:42 +08:00
parent 294f95d696
commit fda1cc785b
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const Settings: LayoutSettings & {
colorWeak: false,
title: '企业数字身份管控平台',
logo: '/full-logo.svg',
siderWidth: 190,
siderWidth: 215,
};
export default Settings;

View File

@ -32,7 +32,7 @@ const Settings: ProLayoutProps & {
title: '统一身份认证平台',
logo: '/full-logo.svg',
iconfontUrl: '',
siderWidth: 190,
siderWidth: 215,
};
export default Settings;