diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 6193082e..ac60395b 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -1256,7 +1256,7 @@ export default { } } .table-h { - height: 300px; + height: calc(100vh - 630px); } .calc-h { height: calc(100vh - 240px);