fix(web): refine mobile user cards

This commit is contained in:
CaIon
2026-07-05 15:02:08 +08:00
parent 4a64b87072
commit 2281c9e3d8
8 changed files with 43 additions and 18 deletions
+1
View File
@@ -28,5 +28,6 @@ declare module '@tanstack/react-table' {
mobileTitle?: boolean // card title area (left, larger text)
mobileBadge?: boolean // status badge alongside title (right)
mobileHidden?: boolean // hide this column on mobile entirely
mobileOrder?: number // lower values appear first in card field area
}
}