From 799fa5e7d0b224dcea1fcb77fc8ca6296003cde0 Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Wed, 13 Oct 2021 10:18:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=B3=E4=BE=A7=E5=A4=87=E4=BB=BD?= =?UTF-8?q?=E5=A4=A7=E7=BA=B2=E6=A0=91=E9=83=A8=E5=88=86=E8=A2=AB=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=99=A8=E7=9B=96=E4=BD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugin-outline-pane/src/views/style.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/plugin-outline-pane/src/views/style.less b/packages/plugin-outline-pane/src/views/style.less index 9847ac494..32fd979cf 100644 --- a/packages/plugin-outline-pane/src/views/style.less +++ b/packages/plugin-outline-pane/src/views/style.less @@ -2,7 +2,7 @@ height: 100%; width: 100%; position: relative; - z-index: 2; + z-index: 200; background-color: white; > .lc-outline-tree-container { @@ -227,7 +227,6 @@ .tree-node-title-label { flex: 1; - overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: flex;