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}}"