wl
2022-11-02 fa56ef176b9b70d4f9756618ae62052354703561
src/views/layout/components/Main/index.vue
@@ -10,12 +10,12 @@
</template>
<script>
import MyFooter from "../Footer"
// import MyFooter from "../Footer"
import NavBar from "../NavBar"
export default {
  name: "Main",
  components: {
    MyFooter,
    // MyFooter,
    NavBar
  }
};
@@ -26,6 +26,7 @@
  padding: 0;
  .content {
    padding: 11px;
    height: 100%;
  }
}
</style>