From 6a2af2a41d484a3db1b2fe9eedbfa77b00e22023 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期日, 13 九月 2026 11:40:05 +0800
Subject: [PATCH] feat: 添加清除当前用户的所有消息按钮
---
src/components/PIMTable/Pagination.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/PIMTable/Pagination.vue b/src/components/PIMTable/Pagination.vue
index 7639e64..001f19a 100644
--- a/src/components/PIMTable/Pagination.vue
+++ b/src/components/PIMTable/Pagination.vue
@@ -91,7 +91,6 @@
<style scoped>
.pagination-container {
background: #fff;
- padding: 16px 0;
margin-top: 0;
}
.pagination-container.hidden {
--
Gitblit v1.9.3