From 5de67b9679c28b70d0a312f3b70d5518da24d9f0 Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 16 Apr 2021 13:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ck=E7=AE=A1=E7=90=86=E6=98=B5?= =?UTF-8?q?=E7=A7=B0=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/cookie/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/cookie/index.tsx b/src/pages/cookie/index.tsx index 6185472b..30a6a57d 100644 --- a/src/pages/cookie/index.tsx +++ b/src/pages/cookie/index.tsx @@ -123,6 +123,12 @@ const Config = () => { dataIndex: 'nickname', key: 'nickname', align: 'center' as const, + width: '15%', + render: (text: string, record: any, index: number) => { + return ( + {record.nickname || '-'} + ); + }, }, { title: '值',