From 9ff15bc9a748c0d12b97346c0dc20766b62778f2 Mon Sep 17 00:00:00 2001 From: matevip Date: Fri, 1 May 2026 09:51:39 +0800 Subject: [PATCH] fix(activity): mobile adaptation + fix blank detail drawer --- .../src/views/Security/Activity/index.vue | 122 ++++++++++++++++-- 1 file changed, 114 insertions(+), 8 deletions(-) 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 @@