From 1961a6b913017dd6fdecf86d78f3c2113a1d7810 Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 3 Feb 2023 23:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E8=A1=A8=E6=A0=BC=E8=87=AA=E5=8A=A8=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/index.less b/src/layouts/index.less index d7ed38eb..be177de1 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -349,3 +349,7 @@ pre { white-space: break-spaces !important; padding: 0 !important; } + +.virtuallist .ant-table-tbody > tr > td > div { + white-space: unset !important; +}