yangfeng
2024-03-29 ec6857c9e95fbe1b175d7f697a836c210c0c2b2c
src/views/productManage/index.vue
@@ -1,7 +1,5 @@
<template>
  <div class="content">
    <router-view />
  </div>
  <router-view />
</template>
<script>
@@ -13,9 +11,9 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.content {
  width: 100%;
  background-color: #fff;
  height: calc(100vh - 70px);
}
//.content {
//  width: 100%;
//  background-color: #fff;
//  height: calc(100vh - 70px);
//}
</style>