|
@@ -1,35 +1,26 @@
|
|
|
<template>
|
|
|
<div class="main1">
|
|
|
-
|
|
|
<div class="datas">
|
|
|
<div class="data_left">
|
|
|
<div class="left_top">
|
|
|
<div class="left_top_main">
|
|
|
<div class="ruler">
|
|
|
<ruler></ruler>
|
|
|
- <div
|
|
|
- class="text1"
|
|
|
- style="margin-top: 20px;"
|
|
|
- >行走轨迹</div>
|
|
|
+ <div class="text1" style="margin-top: 20px;">行走轨迹</div>
|
|
|
</div>
|
|
|
<div class="hard">
|
|
|
<!-- <hard></hard> -->
|
|
|
<div class="jiege">
|
|
|
<div class="circle"></div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- class="text2"
|
|
|
- style="margin-top: 20px;"
|
|
|
- >割截轨迹</div>
|
|
|
+ <div class="text2" style="margin-top: 20px;">割截轨迹</div>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="left_bottom">
|
|
|
<lmid></lmid>
|
|
|
<lbottom></lbottom>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
<div class="data_middle">
|
|
|
<!-- 六个仪表盘 -->
|
|
@@ -76,36 +67,26 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div class="middle_bootom">
|
|
|
- <el-row style="padding-top:40px">
|
|
|
+ <el-row>
|
|
|
<el-col :span="14">
|
|
|
<div class="grid-content bg-purple">
|
|
|
<!-- 掘进机工作状态 -->
|
|
|
- <div style="margin-top:3px">
|
|
|
+ <div>
|
|
|
<mbl2></mbl2>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
|
- <div
|
|
|
- class="grid-content temperature"
|
|
|
- style="margin-top:0px"
|
|
|
- >
|
|
|
+ <div class="grid-content temperature">
|
|
|
<!-- 油缸温度 -->
|
|
|
- <div style="margin-right:50px">
|
|
|
- <span
|
|
|
- class="text"
|
|
|
- style="margin-left:23px"
|
|
|
- >油缸温度</span>
|
|
|
- <tempChart style="margin-top:-20px"></tempChart>
|
|
|
+ <div style="padding-left:20px">
|
|
|
+ <span class="text" style="margin-left:10px">油缸温度</span>
|
|
|
+ <tempChart></tempChart>
|
|
|
</div>
|
|
|
<!-- 油位 -->
|
|
|
<div>
|
|
|
- <span
|
|
|
- class="text"
|
|
|
- style="margin-left:12px"
|
|
|
- >油位</span>
|
|
|
- <tempChart2 style="margin-top:-20px;margin-left: -20px"></tempChart2>
|
|
|
+ <span class="text" style="margin-left:25px">油位</span>
|
|
|
+ <tempChart2></tempChart2>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -120,9 +101,7 @@
|
|
|
<div class="right_bootom">
|
|
|
<worklog></worklog>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -300,9 +279,11 @@ export default {
|
|
|
/* background: white; */
|
|
|
}
|
|
|
.middle_bootom {
|
|
|
- margin-top: 30px;
|
|
|
- width: 100%;
|
|
|
- height: 300px;
|
|
|
+ position: absolute;
|
|
|
+ padding-top: 2%;
|
|
|
+ margin-top: 1.6%;
|
|
|
+ width: 40%;
|
|
|
+ height: 37%;
|
|
|
background: url(../../assets/img/tunneling/dataBg.png) no-repeat;
|
|
|
background-size: 100%;
|
|
|
}
|
|
@@ -423,6 +404,6 @@ export default {
|
|
|
background-color: #f9fafc;
|
|
|
}
|
|
|
.el-row {
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: -1%;
|
|
|
}
|
|
|
</style>
|