MrShi
4 天以前 4fabfe4dbd2eb28d07a4350597d314958cc1c281
admin/src/layouts/AppLayout.vue
@@ -13,12 +13,14 @@
        <div style="height:10px;"></div>
        <main>
          <transition name="fade">
            <router-view></router-view>
            <keep-alive>
              <router-view></router-view>
            </keep-alive>
          </transition>
        </main>
      </el-main>
    </el-container>
  </div>
</template>
@@ -38,9 +40,9 @@
  computed: {
    ...mapState(['menuData', 'userInfo'])
  },
  methods: {
  },
}
</script>
@@ -50,7 +52,7 @@
.el-container {
  background: #F7F8F9;
  height: 100%;
  display: flex;
  // overflow: hidden;
  overflow: scroll;