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