1
This commit is contained in:
@@ -604,6 +604,14 @@ const TeamManagementPage: React.FC = () => {
|
||||
{ label: '已拒绝', value: 'rejected' },
|
||||
{ label: '全部', value: '' },
|
||||
]}
|
||||
style={{
|
||||
borderRadius: 12,
|
||||
border: '1px solid #e2e8f0',
|
||||
padding: 3,
|
||||
background: '#f8fafc',
|
||||
boxShadow: '0 2px 8px rgba(0,0,0,0.06)',
|
||||
}}
|
||||
size="middle"
|
||||
/>
|
||||
</div>
|
||||
<Table
|
||||
|
||||
Reference in New Issue
Block a user