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