riku
2025-04-27 f46786f11c5c08ead7501a82e5a71430ad69b782
miniprogram_npm/tdesign-miniprogram/overlay/overlay.wxml
@@ -3,7 +3,7 @@
<view
  wx:if="{{realVisible && preventScrollThrough}}"
  class="{{prefix}}-overlay {{transitionClass}} class"
  style="{{_._style(['z-index:' + _zIndex, computedStyle, style, customStyle])}}"
  style="{{_._style(['--td-overlay-transition-duration:' + duration + 'ms', 'z-index:' + _zIndex, 'top:' + distanceTop + 'px', computedStyle, style, customStyle])}}"
  bind:tap="handleClick"
  catchtouchmove="noop"
  bind:transitionend="onTransitionEnd"