feat 工单消息

This commit is contained in:
duanliang
2024-12-20 12:04:20 +08:00
parent b6a295ec34
commit c9622db16f
2 changed files with 4 additions and 3 deletions

View File

@@ -143,10 +143,11 @@
color: #ffffff; color: #ffffff;
line-height: vh(16); line-height: vh(16);
flex-wrap: wrap; flex-wrap: wrap;
margin-left: vw(20); // margin-left: vw(20);
.item { .item {
width:33.33%;
margin-top: vh(40); margin-top: vh(40);
margin-right: vh(20); // margin-right: vh(20);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

View File

@@ -2,7 +2,7 @@
<main class="wrapper"> <main class="wrapper">
<CoreVideo /> <CoreVideo />
<box1/> <box1/>
<box2/> <!-- <box2/> -->
<Header title="交通大屏" is-skip :nav-left="navLeft" :nav-right="navRight" /> <Header title="交通大屏" is-skip :nav-left="navLeft" :nav-right="navRight" />
<Correspondence /> <Correspondence />
</main> </main>