From 3d3620b81b9c2ae8e8f41ef542f0e5fa8ae43c00 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 06 三月 2025 10:53:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 admin/src/layouts/TableLayout.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index 9a2e9b6..4957763 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -157,16 +157,17 @@
     }
     // 鍒嗛〉
     .table-pagination {
-      padding: 16px 0;
+      margin-left: -16px;
+      padding: 16px 0px 16px 25px;
       text-align: left;
       display: block;
       z-index: 100;
       width: -webkit-fill-available;
       /* width: 80%; */
-      position: fixed;
+      /* position: fixed;
       bottom: 30px;
       background-color: white;
-      margin-right: 50px;
+      margin-right: 50px; */
     }
   }
 }

--
Gitblit v1.9.3