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 @@