From a54256d5af8c366bbeb49461e668c0032eecbf99 Mon Sep 17 00:00:00 2001 From: Lrd <13001933075@sina.cn> Date: Fri, 3 Jul 2026 11:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=88=E6=9D=83=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video-gen-admin/src/pages/AdminOauthAppList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video-gen-admin/src/pages/AdminOauthAppList.tsx b/video-gen-admin/src/pages/AdminOauthAppList.tsx index 979355e1..6e8b5418 100644 --- a/video-gen-admin/src/pages/AdminOauthAppList.tsx +++ b/video-gen-admin/src/pages/AdminOauthAppList.tsx @@ -146,7 +146,7 @@ const AdminOauthAppList: React.FC = () => { // { title: '应用密钥', dataIndex: 'secret', width: 120, // render: (v: string) => {v}, // }, - { title: '应用密钥', dataIndex: 'secret', width: 180, + { title: '应用密钥', dataIndex: 'secret', width: 120, render: (v: string) => { if (!v) return '-'; const short = v.length > 12 ? `${v.slice(0, 6)}...${v.slice(-4)}` : v; @@ -180,7 +180,7 @@ const AdminOauthAppList: React.FC = () => { // render: (v: string) => {v}, // }, - { title: '授权URL', dataIndex: 'authUrl', width: 220, + { title: '授权URL', dataIndex: 'authUrl', width: 200, render: (v: string) => { if (!v) return '-'; return (