拆分顺序:底层交互 → 组件接入 → 样式 → 验证
AiCrudPage -> AiTable -> n-data-table。forge-admin-ui/src/directives/index.js。forge-admin-ui/src/directives/modules/tableScrollEnhance.js — 新增,封装拖拽滚动、事件清理和交互元素保护。forge-admin-ui/src/directives/index.js — 注册 v-table-scroll-enhance。js
function bindTableScrollEnhance(el, options = {}) {}
function cleanup(el) {}
AiTable 表格模式默认启用横向拖拽。forge-admin-ui/src/components/ai-form/AiTable.vue — 在 n-data-table 上绑定 v-table-scroll-enhance 并增加可关闭 prop。js
dragScroll: { type: Boolean, default: true }
forge-admin-ui/src/styles/theme.css — 添加 .n-data-table-th sticky、拖拽状态、固定列 z-index。code-copilot/changes/table-scroll-sticky-header/test-spec.mdcode-copilot/changes/table-scroll-sticky-header/execution-log.md