From 8f61e9a9d99f3bcdb72400bc13ff83f8951607cf Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 9 Aug 2023 16:10:05 +0800 Subject: [PATCH] update recent 24 --- public/index.html | 385 +++++++++--------- .../monitoring/qualityRecentHours/index.vue | 51 ++- .../qualityRecentHours/response.json | 176 ++++++++ yarn.lock | 2 +- 4 files changed, 416 insertions(+), 198 deletions(-) create mode 100644 src/views/quality/monitoring/qualityRecentHours/response.json diff --git a/public/index.html b/public/index.html index be59532f..589910ee 100644 --- a/public/index.html +++ b/public/index.html @@ -1,216 +1,215 @@ + + + + + + + <%= webpackConfig.name %> + + + - .no-js #loader-wrapper { - display: none; - } - - .no-js h1 { - color: #222222; - } - - #loader-wrapper .load_title { - font-family: 'Open Sans'; - color: #FFF; - font-size: 19px; - width: 100%; - text-align: center; - z-index: 9999999999999; - position: absolute; - top: 60%; - opacity: 1; - line-height: 30px; - } - - #loader-wrapper .load_title span { - font-weight: normal; - font-style: italic; - font-size: 13px; - color: #FFF; - opacity: 0.5; - } - - - - -
-
-
-
-
-
正在加载系统资源,请耐心等待
-
-
- - - \ No newline at end of file + +
+
+
+
+
+
正在加载系统资源,请耐心等待
+
+
+ + diff --git a/src/views/quality/monitoring/qualityRecentHours/index.vue b/src/views/quality/monitoring/qualityRecentHours/index.vue index b5780016..7f96163a 100644 --- a/src/views/quality/monitoring/qualityRecentHours/index.vue +++ b/src/views/quality/monitoring/qualityRecentHours/index.vue @@ -7,8 +7,10 @@