大屏页面初始化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user