From 1cb1d2605e911c9757845ea9a8b248c0fc681d3d Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Mon, 21 Apr 2025 00:27:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BC=98=E5=8C=96=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=8BCURD=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=80=89=E4=B8=AD=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/variables.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 2aae5378..7987c80f 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -34,10 +34,6 @@ --menu-hover: #e6f4ff; // 菜单悬停背景色 浅色主题-白色侧边栏配色下仅占位,实际颜色由 el-menu-item 组件决定 --sidebar-logo-background: #f5f5f5; // 侧边栏 Logo 背景色 --sidebar-logo-text-color: #333; // 侧边栏 Logo 文字颜色 - // 修复表格 fixed 列被选中后由于透明色导致叠字的 bug - .el-table { - --el-table-current-row-bg-color: rgb(235 243 250); - } } /** 浅色主题-深蓝色侧边栏配色 */