fix(style): sso button width

This commit is contained in:
jialin
2026-06-03 21:29:31 +08:00
committed by jialin
parent caea43590a
commit 24b458530d
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ const SiderMenu: React.FC<SiderMenuProps> = (props) => {
}
}}
>
<div>
<div style={{ paddingRight: 8 }}>
{menuData.map((item: MenuItem, index: number) => (
<div key={item.key}>
{item.children && item.children.length > 0 ? (