浏览代码

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' }
           : { bottom: parent.offset.value + 'px', top: 'auto' }
       "
+      transition="none"
       v-bind="$attrs"
       v-model:visible="state.showPopup"
       :position="parent.props.direction === 'down' ? 'top' : 'bottom'"