ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
src/views/personalCenter/components/Content.vue
@@ -1,10 +1,12 @@
<template>
  <div class="whiteContent Content">
    <div class="heart">
    <LeftMenu @mChange="mChange"> </LeftMenu>
    <div class="right-content">
      <SubAccount v-if="activeIndex == 4"></SubAccount>
      <BasicInfo v-if="activeIndex == 3" @gotolist="gotolist"></BasicInfo>
      <OrderMng v-if="activeIndex == 1"></OrderMng>
        <SubAccount v-if="activeIndex == 2"></SubAccount>
        <BasicInfo v-if="activeIndex == 1" @gotolist="gotolist"></BasicInfo>
        <OrderMng v-if="activeIndex == 0"></OrderMng>
      </div>
    </div>
  </div>
</template>
@@ -68,6 +70,11 @@
  margin: 30px auto;
  display: flex;
  justify-content: center;
  .heart {
    display: flex;
  }
  .left-menu {
    margin-right: 24px;
  }
@@ -80,7 +87,7 @@
    min-height: 856px;
    box-sizing: border-box;
    background-color: #fff;
    width: 1196px;
    width: 1036px;
  }
}
</style>