feat 监控大屏

This commit is contained in:
duanliang
2024-12-16 16:42:46 +08:00
parent cc9782e007
commit 990ff98618
39 changed files with 1895 additions and 864 deletions

View File

@@ -1,6 +1,6 @@
<template>
<main class="wrapper">
<box1 />
<!-- <box1 /> -->
<div class="header">
<ul class="nav-left">
<li class="nav-left-item">安全</li>
@@ -14,15 +14,16 @@
<li class="nav-right-item">舆情</li>
<li class="nav-right-item">酒店</li>
</ul>
<box4 />
<box3 />
</div>
<box2 />
<!-- <box2 /> -->
</main>
</template>
<script setup>
import box1 from './components/box-1.vue'
import box4 from './components/box-4.vue'
import box3 from './components/box-3.vue'
import box2 from './components/box-2.vue'
onMounted(() => {})