Skip to content

Commit

Permalink
fix: el-empty needed a backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 16, 2025
1 parent 52aa0d6 commit 979c131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/styles/layout/element-plus-overload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1188,3 +1188,7 @@ form.ks-horizontal {
.text-base {
font-size: var(--el-font-size-base);
}

.el-empty {
background-color: var(--ks-background-card);
}

0 comments on commit 979c131

Please sign in to comment.