From b9550b61da101e7c94745c4beef098426a0d7cad Mon Sep 17 00:00:00 2001 From: jhnine Date: Wed, 31 Jul 2024 15:37:14 +0800 Subject: [PATCH] TABLE STYLE --- src/styles/dark-theme/dark.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/dark-theme/dark.scss b/src/styles/dark-theme/dark.scss index ed55948..91a44b5 100644 --- a/src/styles/dark-theme/dark.scss +++ b/src/styles/dark-theme/dark.scss @@ -14,7 +14,8 @@ background-color: rgba(255, 255, 255, 0.05); } .el-table--enable-row-hover .el-table__body tr:hover > td { - background-color: rgba(255, 255, 255, 0.05); + // background-color: rgba(255, 255, 255, 0.05); + background-color: transparent; } .el-tabs--card { > .el-tabs__header {