From 8aaaf2c7ad448986f740aa22be253a24216b123f Mon Sep 17 00:00:00 2001 From: g7hoo Date: Wed, 17 Aug 2022 11:29:12 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9C=A8=E7=BA=BF=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/small-title/index.vue | 3 +- .../monitoring/qualityInspectionCurrent.vue | 149 +++++++++++++++++- 2 files changed, 143 insertions(+), 9 deletions(-) diff --git a/src/components/small-title/index.vue b/src/components/small-title/index.vue index 413a8c2..a939ea0 100644 --- a/src/components/small-title/index.vue +++ b/src/components/small-title/index.vue @@ -55,7 +55,8 @@ $mgr: 6px; height: $height + 2px; border-radius: 1px; margin-right: $mgr; - background-color: #0b58ff; + // background-color: #0b58ff; + background-color: #409EFF; } } } diff --git a/src/views/modules/monitoring/qualityInspectionCurrent.vue b/src/views/modules/monitoring/qualityInspectionCurrent.vue index 2ffa900..a543f7a 100644 --- a/src/views/modules/monitoring/qualityInspectionCurrent.vue +++ b/src/views/modules/monitoring/qualityInspectionCurrent.vue @@ -1,23 +1,156 @@ @@ -25,6 +158,6 @@ export default { .base-container { min-height: 60vh; background: #fff; - padding: 8px; + padding: 12px; }