安琪酵母(西藏)益生菌信息采集中心智能实验室
longyvfengyun
2023-06-16 55f55103fed83d2584012e4308c1c31779574eb0
src/views/home/index.vue
@@ -1,11 +1,22 @@
<script setup>
import FlexLayout from "@/components/FlexLayout.vue";
</script>
<template>
   <flex-layout>
      <div class="home-content">
      </div>
   </flex-layout>
</template>
<style scoped>
.home-content {
   position: relative;
   height: 100%;
   background-image: url("./images/home.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
</style>