Zlpt_Portal/src/views/home/index.vue

15 lines
214 B
Vue
Raw Normal View History

2023-12-01 11:22:09 +08:00
<script setup lang="ts">
</script>
<template>
<!-- 首页 -->
<div class="home-index wapper"></div>
</template>
<style lang="scss">
.home-index {
height: 600px;
background-color: #000;
}
</style>