From 59c9b17c40d17efd5efb4f7b2f8551ccf4a9589b Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 2 Aug 2021 16:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/env/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (