Riku
2024-08-13 093afd3be27ea5e9692839845b69bd56e2405518
miniprogram_npm/tdesign-miniprogram/dropdown-item/dropdown-item.wxml
@@ -6,6 +6,13 @@
  class="{{classPrefix}} class {{prefix}}-class"
  style="{{_._style([this.getStyles(top, zIndex), style, customStyle])}}"
>
  <view
    class="{{ classPrefix }}__mask"
    hidden="{{!show}}"
    style="{{_._style(['height:' + maskHeight + 'px', style, customStyle])}}"
    bind:tap="handleMaskClick"
    catchtouchmove="closeDropdown"
  ></view>
  <t-popup
    visible="{{show}}"
    z-index="{{zIndex + 1}}"