forked from drone/command-center-dashboard

chenyao
2025-03-27 4b6bb2df2ea7edde4912b0ca1ccc95710ce3bdb8
src/views/Home/Home.vue
@@ -1,5 +1,4 @@
<template>
  <Header></Header>
  <div class="warp">
    <HomeLeft></HomeLeft>
    <!-- <div>中间搜索</div> -->
@@ -8,16 +7,11 @@
</template>
<script>
import index from '@/mixins';
import { mapGetters } from 'vuex';
import Header from '../Home/components/Header.vue';
import HomeLeft from '../Home/components/HomeLeft/Index.vue'
import HomeRight from '../Home/components/HomeRight/Index.vue'
import HomeRight from './components/HomeRight/HomeRight.vue';
import HomeLeft from '@/views/Home/components/HomeLeft/HomeLeft.vue';
export default {
  mixins: [index],
  components: {
    Header,
    HomeLeft,
    HomeRight,
  },
@@ -29,18 +23,18 @@
  },
  computed: {},
  props: [],
  methods: {
  },
  methods: {},
  mounted() {},
};
</script>
<style scoped lang="scss">
.page-home {
  height: 100vh;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
  position: relative;
  .warp {
    display: flex;
    justify-content: space-between;