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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/container/list/index.vue b/src/container/list/index.vue index 13ad79c..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-10 21:46:29 + * @LastEditTime: 2024-01-16 21:27:05 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/list/index.vue --> <template> @@ -104,6 +104,9 @@ 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; -- Gitblit v1.9.3