From cd896812817f509006353a661fe67eb2b6f23c0b Mon Sep 17 00:00:00 2001 From: diamont1001 Date: Thu, 27 Jun 2024 16:02:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC=20f?= =?UTF-8?q?ixed=20=E5=88=97=E8=A2=AB=E9=80=89=E4=B8=AD=E5=90=8E=E7=94=B1?= =?UTF-8?q?=E4=BA=8E=E9=A2=9C=E8=89=B2=E9=80=8F=E6=98=8E=E8=80=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=8F=A0=E5=AD=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 7b9b3eb2..42f97182 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -6,6 +6,11 @@ --menu-active-text: var(--el-menu-active-color); --menu-hover: #263445; --sidebar-logo-background: #2d3748; + + // 修复表格 fixed 列被选中后由于透明色导致叠字的 bug + .el-table { + --el-table-current-row-bg-color: rgb(235 243 250); + } } /** 暗黑主题 */