From 1f87b067c10bf8e362b04200aa6eeec77d5d39c0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 07 五月 2026 10:57:48 +0800
Subject: [PATCH] 升级pro 1.弹框按钮位置修改

---
 src/assets/styles/element-ui.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss
index b39d1c8..f296f9d 100644
--- a/src/assets/styles/element-ui.scss
+++ b/src/assets/styles/element-ui.scss
@@ -225,6 +225,17 @@
   background: var(--el-table-current-row-bg-color) !important;
 }
 
+.el-table .el-table__footer-wrapper {
+  border-top: 1px solid var(--surface-border);
+}
+
+.el-table .el-table__footer-wrapper tbody td.el-table__cell,
+.el-table .el-table__footer-wrapper tfoot td.el-table__cell {
+  background: var(--surface-base) !important;
+  border-top: 1px solid var(--surface-border);
+  font-weight: 600;
+}
+
 .el-pagination {
   margin-top: 18px;
 }

--
Gitblit v1.9.3