From dd431272afbb16d619f6f5b1280f41e84af7609c Mon Sep 17 00:00:00 2001 From: 13713575202 <1345916905@qq.com> Date: Fri, 25 Apr 2025 10:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E7=BB=84=E4=BB=B6=E6=89=A9?= =?UTF-8?q?=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/subTop.vue | 105 +++++++++++++++++++++++++++++++++++++- src/styles/global.scss | 4 +- 2 files changed, 106 insertions(+), 3 deletions(-) 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';