forked from drone/command-center-dashboard

罗广辉
2025-03-27 946876e4c34cc49655928f3a1fc438a4e3d3207a
src/views/Home/Home.vue
@@ -1,9 +1,7 @@
<template>
  <div class="warp">
    <HomeLeft></HomeLeft>
    <!-- <div>中间搜索</div> -->
    <HomeRight></HomeRight>
  </div>
</template>
<script>
@@ -28,16 +26,4 @@
};
</script>
<style scoped lang="scss">
.page-home {
  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;
  }
}
</style>