Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

fix: 修复 element plus table 右侧操作栏透明的问题

This commit is contained in:
pany 2024-03-26 09:39:32 +08:00
parent 7837bac010
commit 246fca2692
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
}
// 行元素
tr {
background-color: transparent;
background-color: var(--el-bg-color-overlay);
}
}

View File

@ -25,8 +25,8 @@ html.dark-blue {
--el-border-color-light: #01efb755;
--el-border-color-lighter: #01efb755;
/** fill-color */
--el-fill-color: #01efb710;
--el-fill-color-light: #01efb710;
--el-fill-color: #032659;
--el-fill-color-light: #032659;
--el-fill-color-blank: #031e47;
/** bg-color */
--el-bg-color: #021633;

View File

@ -79,8 +79,8 @@ $border: map.merge(
$fill-color: () !default;
$fill-color: map.merge(
(
"": #01efb710,
"light": #01efb710,
"": #032659,
"light": #032659,
"blank": #031e47
),
$fill-color