Commit 3102c47b authored by xxx's avatar xxx

1

parent d504f583
......@@ -248,7 +248,7 @@
<img src="../../../../assets/images/cutGraph/wanchenglv1.png">
</div>
</div>
<div class="dataScrView_centerView_planNum" v-if="centerViewData.moduleText == 'centerModule3'">
<div class="dataScrView_centerView_planNum3" v-if="centerViewData.moduleText == 'centerModule3'">
<div>
<div>
<div style="color:#FFFFFF;font-size:14px;">今日装载量</div>
......@@ -1752,6 +1752,21 @@ dd>div{
justify-content: space-around;
align-items: center;
}
.dataScrView_centerView_planNum3{
width: 100%;
height: 5vh;
display: flex;
}
.dataScrView_centerView_planNum3>div{
width: 16%;
height: 100%;
background-color: rgba(10,53,107,0.6);
border-radius: 5px;
display: flex;
justify-content: space-around;
align-items: center;
margin-right: 0.5vw;
}
#centerEchartsView{
overflow: hidden;
top: 5vh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment