From 29ca1f06763ba86a7c8821cd8ece912587a4dfd9 Mon Sep 17 00:00:00 2001 From: fanxb Date: Thu, 1 Aug 2019 17:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20[=E5=89=8D=E5=8F=B0]:?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E8=B6=85=E5=87=BA=E5=B1=8F=E5=B9=95=E5=AE=BD=E5=BA=A6=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/pages/manage/OverView/index.module.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/pages/manage/OverView/index.module.less b/front/src/pages/manage/OverView/index.module.less index 4b3d8ab..012a801 100644 --- a/front/src/pages/manage/OverView/index.module.less +++ b/front/src/pages/manage/OverView/index.module.less @@ -21,6 +21,7 @@ .nodeContent { display: inline-block; min-width: 4em; + max-width: calc(100% - 45px); align-items: center; margin-right: 1em; overflow-x: hidden; @@ -36,7 +37,7 @@ .ant-tree-title { display: inline-flex; align-items: center; - width: 100%; + width: calc(100% - 24px); } }