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; }