Skip to content

ADM v0.3.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:42
fix(ui): 固定模型列表页面标题栏、筛选栏和表头

重构 model_list.html 布局:
- body 改为 flex 布局,overflow: hidden
- .page-title 和 .filter-bar 移到 main 外部,不随滚动移动
- thead/th 使用 position: sticky 固定表头
- clip-path 替代 overflow: hidden 保留圆角同时不阻断 sticky

Closes #0