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 (