Skip to content

Commit

Permalink
fix(tab-panel): 修复内容面板顺序错乱
Browse files Browse the repository at this point in the history
  • Loading branch information
hxh committed Sep 20, 2024
1 parent 7697fca commit be301e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab-panel/tab-panel.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<view
class="class {{prefix}}-class {{classPrefix}} {{active ? prefix + '-is-active': ''}}"
style="{{_._style([style, customStyle, (hide ? 'height: 0 : '')])}}"
style="{{_._style([style, customStyle, (hide ? 'height: 0' : '')])}}"
id="{{id}}"
aria-role="tabpanel"
>
Expand Down

0 comments on commit be301e2

Please sign in to comment.