Skip to content

Commit

Permalink
fix: 修复 element plus table 右侧操作栏透明的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Mar 26, 2024
1 parent 7837bac commit 246fca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/styles/element-plus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
// 行元素
tr {
background-color: transparent;
background-color: var(--el-bg-color-overlay);
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/styles/theme/dark-blue/element-plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/theme/dark-blue/element-plus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ $border: map.merge(
$fill-color: () !default;
$fill-color: map.merge(
(
"": #01efb710,
"light": #01efb710,
"": #032659,
"light": #032659,
"blank": #031e47
),
$fill-color
Expand Down

0 comments on commit 246fca2

Please sign in to comment.