This commit is contained in:
2026-07-07 19:04:15 +08:00
parent 50a8e5fe3f
commit 2e491780b1
3 changed files with 10 additions and 2 deletions
@@ -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