Skip to content

Commit

Permalink
perf(module: tabbar): enlarge tabbartab click zone (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Feb 21, 2019
1 parent f850e1a commit 5830cd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/tab-bar/style/addon.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

.@{tabbar-prefix-cls} {
display: block;
.@{tabbar-prefix-cls}-bar {
> div {
display: flex;
flex: 1;
}
}
}

0 comments on commit 5830cd6

Please sign in to comment.