From 99e6abbcfd5a08f7650d110c5a59bc4c6c62d7b6 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Mon, 6 Jan 2025 14:07:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/channelsTestTable.vue | 207 +++-- .../src/views/home/components/timeTest.vue | 86 ++- frontend/src/views/home/components/tree.vue | 7 +- frontend/src/views/home/tabs/dashboard.vue | 705 ++++++++---------- 4 files changed, 511 insertions(+), 494 deletions(-) diff --git a/frontend/src/views/home/components/channelsTestTable.vue b/frontend/src/views/home/components/channelsTestTable.vue index b12e8e7..9d67ef8 100644 --- a/frontend/src/views/home/components/channelsTestTable.vue +++ b/frontend/src/views/home/components/channelsTestTable.vue @@ -21,22 +21,36 @@ - @@ -52,22 +66,30 @@ - @@ -83,22 +105,30 @@ - @@ -116,22 +146,30 @@ - @@ -147,22 +185,30 @@ - @@ -178,22 +224,30 @@ - @@ -357,6 +411,19 @@ animation: rotate 2s linear infinite; } +.icon-margin { + margin-left: 0px; +} + +.icon-align { + vertical-align: 0px; +} + +.tooltip-content { + cursor: pointer; +} + + @keyframes rotate { from { transform: rotate(0deg); diff --git a/frontend/src/views/home/components/timeTest.vue b/frontend/src/views/home/components/timeTest.vue index 8a7d814..8b1dbb6 100644 --- a/frontend/src/views/home/components/timeTest.vue +++ b/frontend/src/views/home/components/timeTest.vue @@ -4,17 +4,17 @@
- + 标准时间: {{ gpsTime }}
- + 合格≤1000ms
- + 不合格>1000ms
@@ -78,7 +78,14 @@ :cell-style="{ textAlign: 'center' }" style="width: 100%; height:435px" border> --> - + @@ -110,6 +117,7 @@