From 82bcb543f612f44a9245bdce4b6d0fba77b7e5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 7 Sep 2022 14:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80(=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E7=AE=A1=E7=90=86):=E6=A0=B7=E5=BC=8F=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zjsj/security/centerBottom.vue | 28 +++++++++---------- .../projectAdmin/zjsj/security/centerTop.vue | 11 ++++++-- .../projectAdmin/zjsj/security/index.vue | 4 +-- .../projectAdmin/zjsj/security/leftBottom.vue | 1 + .../projectAdmin/zjsj/security/leftTop.vue | 17 +++++------ .../projectAdmin/zjsj/security/rightTop.vue | 2 ++ 6 files changed, 37 insertions(+), 26 deletions(-) diff --git a/src/views/projectAdmin/zjsj/security/centerBottom.vue b/src/views/projectAdmin/zjsj/security/centerBottom.vue index 7d936a8c..987584a6 100644 --- a/src/views/projectAdmin/zjsj/security/centerBottom.vue +++ b/src/views/projectAdmin/zjsj/security/centerBottom.vue @@ -12,7 +12,7 @@
-
序号
+
序号
验收项目
验收要求
专业承包单位
@@ -24,7 +24,7 @@
-
{{i}}
+
{{i}}
深基坑临边防护
砌筑200mm以上挡水墙
中国建筑第四工程局有限公司
@@ -140,26 +140,26 @@ export default { } .list { width: 100%; - height: calc(100% - 32px); + height: calc(100% - 80px); .thead { font-size: 14px; color: #6ee4f0; } .tbody { - height: calc(100% - 32px); + height: calc(100% - 40px); font-size: 12px; color: #ccc; } - .row { + .thead .row, .tbody .row{ display: flex; + text-align: center; + justify-content: left; + height: 40px; + line-height: 40px; .td { - height: 32px; - line-height: 32px; - text-align: center; - justify-content: center; &:nth-child(1) { - width: 150px; + width: 80px; } &:nth-child(2) { flex: 1; @@ -168,16 +168,16 @@ export default { flex: 1; } &:nth-child(4) { - flex: 1; + flex: 1.5; } &:nth-child(5) { - flex: 1; + flex:1; } &:nth-child(6) { - flex: 1; + flex:1; } &:nth-child(7) { - flex: 1; + flex:1; } } } diff --git a/src/views/projectAdmin/zjsj/security/centerTop.vue b/src/views/projectAdmin/zjsj/security/centerTop.vue index c5a989dd..2a8e8e6d 100644 --- a/src/views/projectAdmin/zjsj/security/centerTop.vue +++ b/src/views/projectAdmin/zjsj/security/centerTop.vue @@ -74,7 +74,7 @@ export default { value1: "", value2: "", xData: ["18-24", "25-34", "34-49", "50-55", "未登记"], - grid: ["15%", "1%", "10%", "7%"], + grid: ["10%", "2%", "18%", "10%"], series: [ { data: ["2200", "4000", "8000", "3000", "8000"], @@ -98,6 +98,13 @@ export default { tooltip: { trigger: "axis" }, + grid: { + top: '10%', + right: '2%', + bottom: '18%', + left: '2%', + containLabel: true + }, xAxis: { type: "category", boundaryGap: false, @@ -176,7 +183,7 @@ export default { } } .item.margin { - margin-top: 2%; + margin-top: 1%; } } .bunbox { diff --git a/src/views/projectAdmin/zjsj/security/index.vue b/src/views/projectAdmin/zjsj/security/index.vue index 77e5ad30..d47b2786 100644 --- a/src/views/projectAdmin/zjsj/security/index.vue +++ b/src/views/projectAdmin/zjsj/security/index.vue @@ -35,10 +35,10 @@ export default { width: 20%; height: 100%; .top { - height: 60%; + height: 65%; } .bottom { - height: 40%; + height: 35%; } } .center { diff --git a/src/views/projectAdmin/zjsj/security/leftBottom.vue b/src/views/projectAdmin/zjsj/security/leftBottom.vue index 46168f4e..8a021e9a 100644 --- a/src/views/projectAdmin/zjsj/security/leftBottom.vue +++ b/src/views/projectAdmin/zjsj/security/leftBottom.vue @@ -42,6 +42,7 @@ export default { } .tbody { height: calc(100% - 30px); + font-size: 12px; } .row { display: flex; diff --git a/src/views/projectAdmin/zjsj/security/leftTop.vue b/src/views/projectAdmin/zjsj/security/leftTop.vue index 51ebe782..23a50464 100644 --- a/src/views/projectAdmin/zjsj/security/leftTop.vue +++ b/src/views/projectAdmin/zjsj/security/leftTop.vue @@ -4,7 +4,7 @@
.charts { - height: 50%; + height: 47%; display: flex; color: #fff; .dllm { @@ -172,14 +172,15 @@ export default { } } .security-list { - height: 50%; + margin-top: 2%; + height: 48%; color: #fff; .thead { color: #6ae3eb; } .tbody { height: calc(100% - 36px); - font-size: 14px; + font-size: 12px; } .row { width: 98%; @@ -198,13 +199,13 @@ export default { .td { text-align: center; &:nth-child(1) { - width: 30%; + width: 28%; } &:nth-child(2) { - width: calc(70% - 70px); + width: calc(72% - 80px); } &:nth-child(3) { - width: 70px; + width: 80px; } &.orange { color: #e7622a; diff --git a/src/views/projectAdmin/zjsj/security/rightTop.vue b/src/views/projectAdmin/zjsj/security/rightTop.vue index fb4dac14..e90ad7b8 100644 --- a/src/views/projectAdmin/zjsj/security/rightTop.vue +++ b/src/views/projectAdmin/zjsj/security/rightTop.vue @@ -37,8 +37,10 @@ export default { width: 100%; height: 176px; .device-name { + margin-top: 20px; height: 36px; line-height: 36px; + font-size: 12px; } .info { height: 22px;