wl
2022-11-02 82af245147f0523e09d1f1f26a800ef5c35087f7
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
  }
};
@@ -25,8 +25,8 @@
  min-width: 1024px;
  padding: 0;
  .content {
    background-color: #070f22;
    padding: 11px;
    height: 100%;
  }
}
</style>