From bdf80f3b830e6100af65de74952f6aae1fddc38e Mon Sep 17 00:00:00 2001 From: Vce Date: Mon, 3 Jun 2024 17:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=9A=90=E6=82=A3=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commandCenter/centerBottom.vue | 30 ++++++++--- .../commandCenter/leftBottom.vue | 53 +++++++++++++++++-- 2 files changed, 70 insertions(+), 13 deletions(-) diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index c6f06d4..1f9c679 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -37,9 +37,16 @@
-
+
+
+
未整改
+
未复查
+
未核验
+
合格
+
已撤回
+
重大风险
较大风险
@@ -72,13 +79,20 @@ v-if="listData.length > 0" :speed="1" :list="listData" - :limitScrollNum="10" + :limitScrollNum="5" :step="0.3" :hover="true" class="scroll" >
+
+
未整改
+
未复查
+
未核验
+
合格
+
已撤回
+
重大风险
较大风险
@@ -151,7 +165,7 @@ const getNoticeList = async () => { console.log("隐患智能分析", res); listData.value = res.result.records; - + // listData.value.push({ // accountId:"1779721457571291137", // id:"1789601398432559107", @@ -729,7 +743,7 @@ onMounted(async () => { .cbContent { width: 100%; - height: calc(45% - 40px); + height: calc(45% - 55px); overflow: hidden; position: relative; @@ -750,7 +764,7 @@ onMounted(async () => { justify-content: center; align-items: center; font-size: 16px; - width: 75%; + width: 80%; .itemHeadInner1 { border: 1px solid #e02020; @@ -825,13 +839,13 @@ onMounted(async () => { .itemTime { // background-color: #fff; - width: 25%; + width: 20%; font-size: 16px; .timeInfo { display: flex; - justify-content: flex-start; - margin-right: 10px; + justify-content: flex-end; + // margin-right: 10px; } } } diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index 367282b..9280600 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -21,7 +21,7 @@
{{totalPersonRhbRatio}}%
-
{{totalPersonRhbRatio}}%
+
{{Math.abs(totalPersonRhbRatio)}}%
@@ -76,6 +76,12 @@
+