Commit 613ecd00 authored by xxx's avatar xxx

修改

parent d41bd207
......@@ -6,15 +6,15 @@
<div class="dataScrView_leftView_title">采区产量统计</div>
<div class="dataScrView_leftView_content">
<div class="dataScrView_leftView_content_view1">
<el-progress type="circle" :percentage="outputMineData.day.rate" :stroke-width="7" :width="60" :height="60"></el-progress>
<div class="dataScrView_leftView_content_view1_son1">{{outputMineData.day.rate}}%</div>
<div style="color:white;margin-left:15px;">当前日产量:<span style="color:#02F7EF;">{{outputMineData.day.output}}</span></div>
</div>
<div class="dataScrView_leftView_content_view1">
<el-progress type="circle" :percentage="outputMineData.month.rate" :stroke-width="7" :width="60" :height="60"></el-progress>
<div class="dataScrView_leftView_content_view1_son1">{{outputMineData.month.rate}}%</div>
<div style="color:white;margin-left:15px;">当前月产量:<span style="color:#02F7EF;">{{outputMineData.month.output}}</span></div>
</div>
<div class="dataScrView_leftView_content_view1">
<el-progress type="circle" :percentage="outputMineData.year.rate" :stroke-width="7" :width="60" :height="60"></el-progress>
<div class="dataScrView_leftView_content_view1_son1">{{outputMineData.year.rate}}%</div>
<div style="color:white;margin-left:15px;">当前年产量:<span style="color:#02F7EF;">{{outputMineData.year.output}}</span></div>
</div>
</div>
......@@ -130,6 +130,7 @@
<div class="dataScrView_leftView_content">
<div class="dataScrView_leftView_content_views2">
<div :class="forkLiftRankListData.selectFieldText == 'time' ? '' : 'selectFieldStyle' " @click="forkLiftChangeField('time')">工作时长</div>
<div :class="forkLiftRankListData.selectFieldText == 'time1' ? '' : 'selectFieldStyle' " @click="forkLiftChangeField('time1')">平均时长</div>
<div :class="forkLiftRankListData.selectFieldText == 'yunzai' ? '' : 'selectFieldStyle' " @click="forkLiftChangeField('yunzai')">装车量</div>
<div :class="forkLiftRankListData.selectFieldText == 'jiedan' ? '' : 'selectFieldStyle' " @click="forkLiftChangeField('jiedan')">装车数</div>
</div>
......@@ -944,8 +945,6 @@ export default {
.dataScrView_leftView>div{
width: 100%;
height: 23.5vh;
/* background:no-repeat center center url('~@/assets/images/cutGraph/yuanjianjuxing1.png');
background-size:100% 100%; */
background-color: rgba(32,42,67,0.8);
padding: 5px 7px;
box-sizing: border-box;
......@@ -954,8 +953,6 @@ export default {
.dataScrView_rightView>div{
width: 100%;
height: 23.5vh;
/* background:no-repeat center center url('~@/assets/images/cutGraph/yuanjianjuxing1.png');
background-size:100% 100%; */
background-color: rgba(32,42,67,0.8);
padding: 5px 7px;
box-sizing: border-box;
......@@ -985,6 +982,15 @@ export default {
align-items: center;
font-size: 20px;
}
.dataScrView_leftView_content_view1_son1{
width: 60px;
height: 60px;
background:no-repeat center center url('~@/assets/images/cutGraph/bilikuang.png');
background-size:100% 100%;
line-height: 60px;
text-align: center;
color: white;
}
.driverInforViewsStyle{
width: 100%;
display: flex;
......
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