From 756aeaa948b1cd9ad84fff5526c851d53a35cfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 21 Dec 2022 13:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E9=97=B4=E5=9B=9B=E5=B1=80=EF=BC=88?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86=E3=80=81=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=89=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/jChart/bar/JBarChart.vue | 2 +- .../projectAdmin/fourEngin/progress/index.vue | 18 ++++++++++-------- .../fourEngin/sourse/leftBottom.vue | 10 ++++++---- .../projectAdmin/fourEngin/sourse/leftTop.vue | 7 +++---- .../projectAdmin/fourEngin/sourse/rightTop.vue | 6 +++--- .../projectFront/scheduleManage/ganttwo.vue | 11 ++++++++++- 6 files changed, 33 insertions(+), 21 deletions(-) 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 @@