From 029e695be2a0721d4583e5886b455bab9c7fd5a6 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 17 Oct 2023 14:41:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=20element-plus=202.?= =?UTF-8?q?4.0=20=E7=89=88=E6=9C=AC=E8=A1=A8=E6=A0=BC=E6=9A=97=E9=BB=91?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element-plus.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index ae5bf6b..acd07ac 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -6,6 +6,10 @@ th.el-table__cell { background-color: var(--el-fill-color-light) !important; } + // 行元素 + tr { + background-color: transparent; + } } // 分页