feat(admin): 管理端 UI/UX 深度优化——错误/加载/空状态、表单快捷键、移动端适配与无障碍
This commit is contained in:
@@ -318,6 +318,7 @@ function buildActionColumn(ctx: StudentColumnContext) {
|
||||
} = ctx;
|
||||
return {
|
||||
title: '操作',
|
||||
fixed: 'right' as const,
|
||||
width: 180,
|
||||
render: (_: any, record: any) => (
|
||||
<Space>
|
||||
|
||||
Reference in New Issue
Block a user