feat:完善页面样式和功能

This commit is contained in:
zjc
2024-12-23 16:36:32 +08:00
parent 71f22af6ac
commit 1d301b2d8f
19 changed files with 347 additions and 502 deletions

View File

@@ -1,12 +1,10 @@
<template>
<main class="wrapper">
<CoreVideo />
<box1/>
<box2/>
<box3/>
<Header title="工单消息" is-skip />
<Correspondence />
</main>
<Header title="工单消息" is-skip is-back />
<CoreVideo />
<box1 />
<box2 />
<box3 />
<Correspondence />
</template>
<script setup>
@@ -16,12 +14,4 @@
onMounted(() => {})
</script>
<style lang="scss" scoped>
.wrapper {
display: flex;
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: #0a254b;
}
</style>
<style lang="scss" scoped></style>