大屏页面初始化

This commit is contained in:
2026-03-11 18:06:39 +08:00
parent a560cf5acb
commit 786217af69
10 changed files with 1897 additions and 16 deletions

View File

@@ -35,7 +35,6 @@
<script setup>
import { ref } from 'vue';
import HomeIndex from './components/Home.vue'
import WorkIndex from './components/Work.vue'
import ErpIndex from './components/Erp.vue'
@@ -163,7 +162,6 @@ const activeMenu = ref(1)
background: transparent;
border: 1px solid rgba(26, 80, 139, 0.3);
border-radius: 12px;
padding: 16px;
backdrop-filter: blur(2px);
overflow: auto;
box-sizing: border-box;