ソースを参照

fix: 修复弹框跳转问题 (#1894)

yangjinjun3 3 年 前
コミット
af960a193f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/packages/__VUE/menuitem/index.taro.vue

+ 1 - 0
src/packages/__VUE/menuitem/index.taro.vue

@@ -17,6 +17,7 @@
           ? { top: parent.offset.value + 'px' }
           ? { top: parent.offset.value + 'px' }
           : { bottom: parent.offset.value + 'px', top: 'auto' }
           : { bottom: parent.offset.value + 'px', top: 'auto' }
       "
       "
+      transition="none"
       v-bind="$attrs"
       v-bind="$attrs"
       v-model:visible="state.showPopup"
       v-model:visible="state.showPopup"
       :position="parent.props.direction === 'down' ? 'top' : 'bottom'"
       :position="parent.props.direction === 'down' ? 'top' : 'bottom'"