zhengyiming
5 天以前 b8ccb337ebb0af43fb541aa7a48f02d29d22291c
apps/bMiniApp/src/components/Menu/MenuItem.vue
@@ -125,7 +125,7 @@
    const style = computed(() => {
      return parent.props.direction === 'down'
        ? { top: parent.offset.value + 'px' }
        ? { top: parent.offset.value + 'px', zIndex: 222222222 }
        : { bottom: parent.offset.value + 'px' };
    });