diff --git a/src/pages/env/index.tsx b/src/pages/env/index.tsx index a4efb141..039ca2da 100644 --- a/src/pages/env/index.tsx +++ b/src/pages/env/index.tsx @@ -164,7 +164,7 @@ const Env = () => { key: 'action', align: 'center' as const, render: (text: string, record: any, index: number) => { - const isPc = width === '100%'; + const isPc = !isPhone; return (