From 6ded2ee6a9d9097d45f8f79a7e6429cf55ed7cc3 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 07 三月 2025 16:59:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- admin/src/views/system/publicMsg.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/admin/src/views/system/publicMsg.vue b/admin/src/views/system/publicMsg.vue index 085dbd0..259257b 100644 --- a/admin/src/views/system/publicMsg.vue +++ b/admin/src/views/system/publicMsg.vue @@ -145,6 +145,7 @@ }, handleSizeChange(capacity) { this.pagination.pageSize = capacity + this.getList() } } } @@ -156,4 +157,7 @@ color: #000000; margin-bottom: 15px; } -</style> \ No newline at end of file + ::v-deep .el-table{ + margin-bottom: 60px; + } +</style> -- Gitblit v1.9.3