Riku
2024-08-13 093afd3be27ea5e9692839845b69bd56e2405518
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"