diff --git a/mateclaw-ui/src/views/Security/Activity/index.vue b/mateclaw-ui/src/views/Security/Activity/index.vue index 16a396fb..8931ed7f 100644 --- a/mateclaw-ui/src/views/Security/Activity/index.vue +++ b/mateclaw-ui/src/views/Security/Activity/index.vue @@ -108,8 +108,9 @@ v-model:page-size="pageSize" :total="total" :page-sizes="[20, 50, 100]" + :small="isMobile" background - layout="total, sizes, prev, pager, next, jumper" + :layout="paginationLayout" @size-change="onPageSizeChange" @current-change="loadEvents" /> @@ -122,10 +123,9 @@ JSON dump replaced by structured field rendering. -->
@@ -206,7 +206,7 @@