Skip to content

Commit

Permalink
Merge pull request #123 from kanglover/master
Browse files Browse the repository at this point in the history
fix: 修复 tab 组件设置 tabBarStyle 不生效的问题
  • Loading branch information
okaychen authored Dec 9, 2022
2 parents b7d7429 + e49b866 commit 0ce9582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tabs/ScrollableInkTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default san.defineComponent({
<div
role="tablist"
class="{{classes}}"
style="{{tabBarStyle}}"
tabIndex="0"
on-keydown="handleKeyDown"
s-ref="root"
Expand Down

0 comments on commit 0ce9582

Please sign in to comment.