forked from wangziqi/gongxue-base
feat: 角色管理工具栏添加 flexWrap 响应式适配
This commit is contained in:
@@ -209,6 +209,8 @@ const RolesPage: React.FC = () => {
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
flexWrap: 'wrap',
|
||||
gap: 8,
|
||||
}}
|
||||
>
|
||||
<h2 style={{ margin: 0 }}>角色管理</h2>
|
||||
|
||||
Reference in New Issue
Block a user