From 75ce4571e95ce33a0b9f909df8f794def653e47c Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 12 八月 2024 10:12:04 +0800
Subject: [PATCH] 修改系统内的::v-deep警告

---
 src/views/authority/users/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/authority/users/index.vue b/src/views/authority/users/index.vue
index 634b0e1..4219037 100644
--- a/src/views/authority/users/index.vue
+++ b/src/views/authority/users/index.vue
@@ -531,7 +531,7 @@
 
   const basePagination: Pagination = {
     current: 1,
-    pageSize: 20,
+    pageSize: 15,
   };
   const pagination = reactive({
     ...basePagination,
@@ -844,12 +844,12 @@
     transform: translateY(-4px);
   }
   .table-page-search-wrapper {
-    padding-top: 20px;
+    padding-top: 10px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
-    padding-bottom: 20px;
+    padding-bottom: 10px;
     border-bottom: 1px solid #e8e8e8;
     .search-wrapper {
       display: flex;

--
Gitblit v1.8.0