Skip to content

fix(admin): pin users table actions column while scrolling - #560

Merged
jubaoliang merged 2 commits into
TencentCloud:developfrom
huangcheng:fix/users-table-fixed-actions-column
Sep 4, 2026
Merged

fix(admin): pin users table actions column while scrolling#560
jubaoliang merged 2 commits into
TencentCloud:developfrom
huangcheng:fix/users-table-fixed-actions-column

Conversation

@huangcheng

@huangcheng huangcheng commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Pin the users admin table username (left) and actions (right) columns on desktop horizontal scroll, matching the experts table.
  • Skip sticky columns on mobile (useIsMobile), same as experts.
  • Raise scroll.x and remove container overflow: hidden so Ant Design fixed cells work.

Fixes #501

Test plan

  • make check-all green on tip (36fb92de)
  • Desktop /admin/users table view: horizontal scroll keeps 操作 (and username) visible
  • Narrow / mobile viewport: columns are not sticky (parity with /experts)
  • Card view and other admin user actions still work

Match the experts table sticky columns so operations stay visible on
horizontal scroll, and drop container overflow that broke Ant Design fixed cells.
@jubaoliang
jubaoliang merged commit e1c2c50 into TencentCloud:develop Sep 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants