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;