diff --git a/src/views/projectAdmin/common/jChart/bar/JBarChart.vue b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue index 9617a351..d562c392 100644 --- a/src/views/projectAdmin/common/jChart/bar/JBarChart.vue +++ b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue @@ -93,7 +93,7 @@ export default { left: 20, itemWidth: 8, textStyle: { color: '#fff' }, - data: [{ name: '过磅次数' }, { name: '过磅重量' }] + data: [{ name: '计划用量' }, { name: '实际用量' }] }, tooltip, grid: { diff --git a/src/views/projectAdmin/fourEngin/progress/index.vue b/src/views/projectAdmin/fourEngin/progress/index.vue index cfe827de..f17ca93e 100644 --- a/src/views/projectAdmin/fourEngin/progress/index.vue +++ b/src/views/projectAdmin/fourEngin/progress/index.vue @@ -196,8 +196,9 @@ export default { width: 100%; height: 100%; margin-top: 20px; - position: relative; + // position: relative; overflow: hidden; + margin-top: 2%; // background: url(../assets/temp/4.png) no-repeat; // background-size: 100% 100%; @@ -209,7 +210,7 @@ export default { } .changeTab0 { position: absolute; - top: 5%; + margin-top:-38px; left: 30%; width: 212px; height: 38px; @@ -219,7 +220,7 @@ export default { } .changeTab1 { position: absolute; - top: 5%; + margin-top:-38px; left: 40%; width: 212px; height: 38px; @@ -229,7 +230,7 @@ export default { } .changeTab2 { position: absolute; - top: 5%; + margin-top:-38px; left: 50%; width: 212px; height: 38px; @@ -239,7 +240,7 @@ export default { } .show0 { position: absolute; - top: 5%; + margin-top:-38px; left: 30%; width: 212px; height: 38px; @@ -250,7 +251,7 @@ export default { } .show1 { position: absolute; - top: 5%; + margin-top:-38px; left: 40%; width: 212px; z-index: 98; @@ -261,7 +262,7 @@ export default { } .show2 { position: absolute; - top: 5%; + margin-top:-38px; left: 50%; width: 212px; z-index: 98; @@ -318,11 +319,12 @@ export default { // } .right { width: 100%; - height: 98%; + height: 96%; // background-image: url(../assets/temp/tab3.png); background-repeat: no-repeat; background-size: 100%; color: #fafbfa; + margin-bottom: 36px; iframe { width: 100%; height: 100%; diff --git a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue index 2216c4f3..35b1cfef 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue @@ -12,15 +12,15 @@