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;
line-height: vh(16);
flex-wrap: wrap;
margin-left: vw(20);
// margin-left: vw(20);
.item {
width:33.33%;
margin-top: vh(40);
margin-right: vh(20);
// margin-right: vh(20);
display: flex;
flex-direction: column;
align-items: center;

View File

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