From 5dfe39be85024ba3b6415e172c6f6c21c042562d Mon Sep 17 00:00:00 2001 From: wang_fan_w <2547096351@qq.com> Date: Wed, 22 May 2024 00:07:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=85=E6=A0=BC=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/finance.vue | 3 +++ src/views/home/components/shortcut.vue | 1 - src/views/home/components/target-box.vue | 26 +++++++++++++++++------- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/views/home/components/finance.vue b/src/views/home/components/finance.vue index 553f761..b019fef 100644 --- a/src/views/home/components/finance.vue +++ b/src/views/home/components/finance.vue @@ -9,6 +9,9 @@
+ 第三板指标
-
-
+ +
{{ targetData.all.value }}
{{ targetData.all.title }}
-
-
-
+ + +
{{ item.value }} @@ -22,8 +31,8 @@
{{ item.title }}
-
-
+ +
@@ -99,6 +108,9 @@ const targetData = reactive({ display: flex; align-items: center; justify-content: center; + .target-other-innerbox { + width: 100px; + } .other-value { font-family: "AliFangYuanTi"; font-weight: bold;