From dbf17b004bc50c8603658b66dd0132985fd65f5b Mon Sep 17 00:00:00 2001 From: hyx Date: Mon, 27 Dec 2021 09:59:44 +0800 Subject: [PATCH] =?UTF-8?q?CN-251=20Entity-explorer=20=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E7=AD=9B=E9=80=89TOP10=E5=BC=B9=E6=A1=86=E5=BC=80=E5=8F=91(?= =?UTF-8?q?=E5=88=97=E5=90=8D=E8=BE=83=E9=95=BF=E6=97=B6=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=AC=AC10=E6=9D=A1=E6=95=B0=E6=8D=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/views/entityExplorer/entityFilter.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entityFilter.scss b/src/assets/css/components/views/entityExplorer/entityFilter.scss index 3f0e6217..e35178a1 100644 --- a/src/assets/css/components/views/entityExplorer/entityFilter.scss +++ b/src/assets/css/components/views/entityExplorer/entityFilter.scss @@ -67,7 +67,6 @@ top: 210px; left: 580px; width: 420px; - height:370px; color: #606266; background: #fff; border-radius: 4px; @@ -95,9 +94,9 @@ .filter-top-box { margin-top: 12px; width: 100%; - height: 350px; + height: fit-content; .filter-top-body{ - height: 305px; + height: fit-content; overflow: auto; display: flex; flex-direction: column;