From db7af2b2c1161b59bdcceea9925c4e991489868c Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期二, 16 一月 2024 21:28:02 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdc-front --- 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