From b1d55422ac56e43d66e5de92f93ebf05703049b0 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 3 Jul 2021 17:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8Ftooltip=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.less b/src/layouts/index.less index d5f2460c..b9fbd075 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -41,9 +41,9 @@ body { } .ant-tooltip { - max-width: 500px; + max-width: 500px !important; .ant-tooltip-inner { - word-break: break-all; + word-break: break-all !important; } }