Skip to content

Commit

Permalink
fix: 修复tabs组件展开内容被遮盖,multi-slect返回值增加value (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-twwang authored Mar 22, 2023
1 parent b8c5cda commit 6223e27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tabs/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
&__expand-content{
position: absolute;
background: #f5f5f5;
z-index: 500;
}

&__expand-mask{
Expand Down Expand Up @@ -204,8 +205,6 @@
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06) inset;
background: #fff;
padding: 16px;
margin-left: -10px;
margin-right: -10px;
}

&__expand-item {
Expand Down

0 comments on commit 6223e27

Please sign in to comment.