diff --git a/Code/Fe/src/components/filterForDetailPage/index.vue b/Code/Fe/src/components/filterForDetailPage/index.vue index 27171cb..05d12a0 100644 --- a/Code/Fe/src/components/filterForDetailPage/index.vue +++ b/Code/Fe/src/components/filterForDetailPage/index.vue @@ -23,6 +23,7 @@ :tableLoading="Loading.tableLoading" @rowDrop="rowDropForDetail" :rowSource="'detailPage_api'" + :searchOverallCoverHeight="'calc(100vh - 380px)'" :rowMaxHeight="rowMaxHeight" :tableColumns="listColumns" :totalCount="totalCount"