From eeffb4c90d96b32bfefe7903ae5fddc10365b40a Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期二, 20 五月 2025 17:46:27 +0800
Subject: [PATCH] 回款台账前后端联调
---
src/components/PIMTable/Pagination.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/PIMTable/Pagination.vue b/src/components/PIMTable/Pagination.vue
index 26d4dbc..7639e64 100644
--- a/src/components/PIMTable/Pagination.vue
+++ b/src/components/PIMTable/Pagination.vue
@@ -91,8 +91,8 @@
<style scoped>
.pagination-container {
background: #fff;
- padding: 28px 16px;
- margin-top: 10px;
+ padding: 16px 0;
+ margin-top: 0;
}
.pagination-container.hidden {
display: none;
--
Gitblit v1.9.3