Riku
2024-08-13 cf693a5227f17bbf2201512128d267281a8c5695
miniprogram_npm/tdesign-miniprogram/tab-panel/tab-panel.wxml
@@ -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 ? 'display: none' : '')])}}"
  id="{{id}}"
  aria-role="tabpanel"
>