From 9e53c03ee09e902b88f386be6b0bbecb412f8db1 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 21 五月 2026 13:52:24 +0800
Subject: [PATCH] refactor(customer): 移除客户类型字段必填验证

---
 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