From 7562d1a234818e129fef9415fedb17d346ab38a5 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 6 Jan 2022 17:59:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=A1=E7=89=87=E5=BC=8F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=AB=98=E5=BA=A6=E8=B0=83=E6=95=B4=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0no-data=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entityExplorer/entityList/entityList.scss | 4 ++-- .../entityExplorer/entityList/EntityList.vue | 20 ++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entityList/entityList.scss b/src/assets/css/components/views/entityExplorer/entityList/entityList.scss index 4c84feae..2b0f3d42 100644 --- a/src/assets/css/components/views/entityExplorer/entityList/entityList.scss +++ b/src/assets/css/components/views/entityExplorer/entityList/entityList.scss @@ -16,8 +16,8 @@ justify-content: flex-start; border-radius: 2px; width: calc(100% - 10px); - height: calc(100% - 40px); - overflow: inherit; + height: 100%; + overflow: auto; } .entity-list--list { display: flex; diff --git a/src/views/entityExplorer/entityList/EntityList.vue b/src/views/entityExplorer/entityList/EntityList.vue index 4446632e..5c6feab8 100644 --- a/src/views/entityExplorer/entityList/EntityList.vue +++ b/src/views/entityExplorer/entityList/EntityList.vue @@ -7,6 +7,7 @@