fix: missing '>' in header div tag on Users page
This commit is contained in:
@@ -327,7 +327,7 @@ const UsersPage: React.FC = () => {
|
||||
alignItems: 'center',
|
||||
flexWrap: 'wrap',
|
||||
gap: 8,
|
||||
}}
|
||||
}}>
|
||||
<h2 style={{ margin: 0 }}>账号管理</h2>
|
||||
<Space wrap>
|
||||
<TreeSelect
|
||||
|
||||
Reference in New Issue
Block a user