From fd2ebc8e2b8ae6d15b11a0201858878fc85fbf62 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期四, 16 四月 2026 11:44:23 +0800
Subject: [PATCH] feat(procurementReport): 添加产品类型统计功能

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