From c689fd9e2bed71cbd1feb4a24da20fdbffe6df2c Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Fri, 22 Mar 2019 20:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8Fbug?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ShadowEditor.Web/assets/css/main.css b/ShadowEditor.Web/assets/css/main.css index 0517d6b4..9e9c5eaf 100644 --- a/ShadowEditor.Web/assets/css/main.css +++ b/ShadowEditor.Web/assets/css/main.css @@ -494,6 +494,7 @@ ul.Tree { ul.Tree .Node { line-height: 24px; + box-sizing: border-box; } ul.Tree .Node.selected { @@ -513,7 +514,7 @@ ul.Tree .Node.dragBottom { } ul.Tree .Node a { - width: 160px; + width: calc(100% - 16px); color: rgba(0, 0, 0, 0.5); text-decoration: none; pointer-events: none;