Skip to content

Commit

Permalink
修复TAB选项层级过高的问题 #22
Browse files Browse the repository at this point in the history
  • Loading branch information
syh19 committed Jun 12, 2024
1 parent ba8ed5d commit e3399cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TaskList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ const defaultProps = {
.el-tabs {
--el-tabs-header-height: 36px;
.el-tabs__header {
z-index: 1;
// border-color: var(--tl-color-tabs-border);
margin: 0px !important;
.el-tabs__nav {
Expand Down

0 comments on commit e3399cb

Please sign in to comment.