From dad80f19bbf5f83001c37c8bf76abde27daee6d7 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 11 Jun 2021 11:49:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E7=9B=98=E6=93=8D=E4=BD=9C=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelList.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index 8fa678cb57..4eb8ae887d 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -13,14 +13,14 @@ :expand-on-click-node="true" @node-click="nodeClick" > - + {{ data.name }} - + - + @@ -74,7 +74,7 @@ {{ data.name }} - + @@ -720,4 +720,11 @@ export default { padding: 10px 20px 20px; } + .father .child { + display: none; + } + .father:hover .child { + display: inline; + } +