From e48137c53bd78960f98434436cd2de3303ccf9e8 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期二, 16 一月 2024 21:27:58 +0800
Subject: [PATCH] 更新样式

---
 src/container/list/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/container/list/index.vue b/src/container/list/index.vue
index 05c989c..28e3f1c 100644
--- a/src/container/list/index.vue
+++ b/src/container/list/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-06 17:40:19
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-13 11:07:32
+ * @LastEditTime: 2024-01-16 21:27:05
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/list/index.vue
 -->
 <template>
@@ -104,9 +104,12 @@
                 border-bottom: none;
                 padding: 0;
             }
+            .el-table__fixed-right::before, .el-table__fixed::before {
+                background: transparent;
+            }
             .el-table td, .el-table--striped .el-table__body tr.el-table__row--striped td,.el-table--enable-row-hover .el-table__body tr:hover>td{
                 color: #E6E5E5;
-                // border-bottom: none;
+                border-bottom: none;
                 background: transparent;
                 background-color: transparent;
                 // padding: 0;

--
Gitblit v1.9.3