From ea4edfadd07dcdc5c02af72bcf19d8b70621cc5c Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Thu, 5 Dec 2024 15:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ProTable/index.vue | 4 +- frontend/src/styles/element.scss | 70 +- .../views/home/components/channelsTest.vue | 524 ++-- .../home/components/channelsTestTable.vue | 6 +- .../components/dataCheckChangeErrSysPopup.vue | 2167 ++++++++--------- .../views/home/components/dataCheckPopup.vue | 17 +- .../home/components/dataCheckRawDataTable.vue | 4 +- .../home/components/dataCheckResultTable.vue | 6 +- frontend/src/views/home/components/test.vue | 19 +- .../src/views/home/components/timeTest.vue | 384 +-- 10 files changed, 1619 insertions(+), 1582 deletions(-) diff --git a/frontend/src/components/ProTable/index.vue b/frontend/src/components/ProTable/index.vue index f556b79..c0395f0 100644 --- a/frontend/src/components/ProTable/index.vue +++ b/frontend/src/components/ProTable/index.vue @@ -10,7 +10,7 @@ /> -
@@ -1925,7 +1925,7 @@ watch(ts, function (newValue, oldValue) {
margin-bottom:10px;
}
.dialog-content{
- max-height: 545px;
+ max-height: 450px;
overflow-y: auto;
}
@@ -1939,3 +1939,12 @@ watch(ts, function (newValue, oldValue) {
+
diff --git a/frontend/src/views/home/components/timeTest.vue b/frontend/src/views/home/components/timeTest.vue
index 4ed156e..242c2da 100644
--- a/frontend/src/views/home/components/timeTest.vue
+++ b/frontend/src/views/home/components/timeTest.vue
@@ -1,14 +1,15 @@
-