zhengyiming
6 天以前 22771c8b40b799e4a49fc9cfa6d9812464f2b567
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' };
    });