农场 nuxt3实现的大屏界面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
357 B

<template>
<div class="main-container">
<!-- 地图-->
<CommonMap></CommonMap>
<!-- 监控-->
<CommonMonitor></CommonMonitor>
<!-- 地址-->
<DataCenterAddress></DataCenterAddress>
</div>
</template>
<script setup></script>
<style scoped>
.main-container {
position: relative;
width: 100%;
height: 100%;
}
</style>