zuozhengqing
2023-10-16 8e5ec095fc4ba9cac7c91b681b06846d3e4155ae
src/views/sales/index.vue
@@ -1,7 +1,5 @@
<template>
  <div class="content">
    <router-view />
  </div>
  <router-view />
</template>
<script>
@@ -13,9 +11,4 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.content {
  width: 100%;
  background-color: #fff;
  height: calc(100vh - 60px);
}
</style>