Skip to content

Commit

Permalink
Merge pull request #1981 from XiaoMi/hotfix/#1978
Browse files Browse the repository at this point in the history
fix: 修复tabs组件flex被压缩过小导致不可点击
  • Loading branch information
solarjoker committed Nov 9, 2021
2 parents cb99d9c + 954ce71 commit 18943fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/tabs/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ $prefix: 'hi-tabs' !default;
.#{$prefix}__scroll__icon {
cursor: pointer;
display: flex;
font-size: 40px;
font-size: 16px;
flex-shrink: 0;
justify-content: center;
align-items: center;
color: use-color('gray-80');
Expand Down

0 comments on commit 18943fd

Please sign in to comment.