diff --git a/core/core-frontend/src/views/share/share/ShareTicket.vue b/core/core-frontend/src/views/share/share/ShareTicket.vue index b5784c743d..c75dce4d19 100644 --- a/core/core-frontend/src/views/share/share/ShareTicket.vue +++ b/core/core-frontend/src/views/share/share/ShareTicket.vue @@ -32,6 +32,7 @@ :table-data="state.tableData" :pagination="state.paginationConfig" class="popper-max-width" + :class="{ 'popper-max-height': state.tableData?.length >= 10 }" @current-change="pageChange" @size-change="sizeChange" > @@ -107,7 +108,7 @@ - +