feat: 账号管理工具栏添加 flexWrap 响应式适配

This commit is contained in:
2026-07-03 10:16:19 +08:00
parent 8ccc05387a
commit 4f68eddefd

View File

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