feat 工单消息
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user