Newer
Older
Nanping_sponge_SJJC / src / views / index.vue
@liyingjing liyingjing on 25 Oct 469 bytes 数据检测
<template>
  <div class="app-container home flex flex-v">首页</div>
</template>

<script setup name="Index">
// import homePng from "@/assets/images/businesPatrol/index.png";
</script>

<style scoped lang="scss">
.home {
  height: 100%;
  background: #f5f7fe;

  .height290 {
    height: 290px;
  }

  .margin-bottom20 {
    margin-bottom: 20px;
  }
  .margin-right20 {
    margin-right: 20px;
  }

  .content-bottom {
    height: calc(100vh - 595px);
  }
}
</style>