From b48d7ea7ad6052058f4e0d8e2c4346532b275cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=A1=BA=E4=B8=9C?= <577732344@qq.com> Date: Sun, 11 Jan 2026 11:35:06 +0800 Subject: [PATCH] feat(PublicJobFair): Improve table layout and scrolling behavior - Increase operation column width from 150 to 200 pixels for better button spacing - Fix operation column to the right side of the table with fixed positioning - Add horizontal scroll support to table with max-content width configuration - Enhance user experience when viewing job fair listings with many columns --- src/pages/Jobfair/PublicJobFair/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Jobfair/PublicJobFair/index.tsx b/src/pages/Jobfair/PublicJobFair/index.tsx index b0cb7a9..2bd85e0 100644 --- a/src/pages/Jobfair/PublicJobFair/index.tsx +++ b/src/pages/Jobfair/PublicJobFair/index.tsx @@ -88,7 +88,8 @@ const PublicJobFairList: React.FC = () => { { title: '操作', valueType: 'option', - width: 150, + width: 200, + fixed: 'right', render: (_, record) => [