feat: 角色管理工具栏添加 flexWrap 响应式适配

This commit is contained in:
2026-07-03 10:16:11 +08:00
parent 568f810377
commit 8ccc05387a

View File

@@ -209,6 +209,8 @@ const RolesPage: React.FC = () => {
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
flexWrap: 'wrap',
gap: 8,
}}
>
<h2 style={{ margin: 0 }}></h2>