diff --git a/src/components/subTop.vue b/src/components/subTop.vue
index 715becb..e0a2336 100644
--- a/src/components/subTop.vue
+++ b/src/components/subTop.vue
@@ -8,6 +8,18 @@
class="title-top-bg"
>
{{ topTitle || '--' }}
+
+
+
+ {{ currentVal && currentVal[labelField] ? currentVal[labelField] : downTitle }}
+
+
+
+
+
+
-
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 3533878..397fb53 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -1,6 +1,6 @@
// color
$legacy-ie: 10;
-$color-primary: #20a0ff;
+$color-primary: #35D0C0;
$color-success: #13ce66;
$color-warning: #f7ba2a;
$color-danger: #ff4949;
@@ -58,4 +58,6 @@ $color-types: (
),
);
+$color-custom-main: #35D0C0;
+
@import 'utils/utils';