From a07f79573d52f61ba6ec97766e9abc12309eadee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 17 Dec 2024 19:05:58 +0800
Subject: [PATCH] 事件模拟更新

---
 src/styles/element/index.scss |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss
index f3e51c1..55bdb54 100644
--- a/src/styles/element/index.scss
+++ b/src/styles/element/index.scss
@@ -4,10 +4,11 @@
   }
 
   background: transparent !important;
-  border: none;
+
+  // border: none;
 
   .el-table__header-wrapper {
-    font-size: 18px;
+    font-size: 14px;
 
     tr {
       height: 38px;
@@ -16,7 +17,7 @@
 
       th {
         background: transparent !important;
-        border-bottom: 1px solid rgba(103, 135, 214, 1);
+        border-color: rgba(103, 135, 214, 1) !important;
 
         .cell {
           color: #AFBED8;
@@ -26,7 +27,7 @@
   }
 
   .el-table__body-wrapper {
-    font-size: 16px;
+    font-size: 14px;
 
     // table {
     //   border-collapse: separate !important;
@@ -77,4 +78,53 @@
       color: #D4E8F8;
     }
   }
+}
+
+
+.el-table--border .el-table__inner-wrapper:after,
+.el-table--border:after,
+.el-table--border:before,
+.el-table__inner-wrapper:before,
+.el-table__border-bottom-patch,
+.el-table__border-left-patch {
+  background: rgba(103, 135, 214, 1) !important;
+}
+
+
+.el-page {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 100%;
+  height: 40px;
+  line-height: 40px;
+  color: #D4E8F8;
+
+  .el-pagination {
+    .el-pagination__total {
+      color: #D4E8F8;
+    }
+
+    .btn-prev,
+    .btn-next {
+      color: rgba(216, 235, 238, 0.8) !important;
+      background: rgba(68, 193, 239, 0.1) !important;
+    }
+
+    .el-pager {
+
+      .btn-quickprev,
+      .btn-quicknext,
+      .number {
+        color: rgba(216, 235, 238, 0.8) !important;
+        background: rgba(68, 193, 239, 0.1);
+      }
+
+      .active {
+        color: #FFFFFF;
+        background: #44C1EF !important;
+        opacity: 0.8;
+      }
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3