riku
2025-04-27 f46786f11c5c08ead7501a82e5a71430ad69b782
miniprogram_npm/tdesign-miniprogram/picker-item/picker-item.wxml
@@ -14,6 +14,7 @@
  >
    <view
      class="{{_.cls(classPrefix + '__item', [['active', curIndex == index]])}}"
      style="height: {{pickItemHeight}}px"
      wx:for="{{options}}"
      wx:key="index"
      wx:for-item="option"