From 10d6e13150ed52d7c8aee4338dd7c30bafb160f2 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 6 Nov 2025 15:34:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=A5=E5=BA=B7=E6=80=BB=E8=A7=88?= =?UTF-8?q?=EF=BC=8Cui=E5=8A=9F=E8=83=BD=E8=BF=9B=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/health/healthAnalysis/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/health/healthAnalysis/index.vue b/src/views/health/healthAnalysis/index.vue index 7df2a45..3a16b59 100644 --- a/src/views/health/healthAnalysis/index.vue +++ b/src/views/health/healthAnalysis/index.vue @@ -3,6 +3,7 @@
+ 健康档案数据总览
@@ -177,6 +178,7 @@
+ {{ item.personName }} - 健康档案概览
@@ -284,7 +286,8 @@ import { DataLine, Sunny, Warning, - Document + Document, + TrendCharts } from '@element-plus/icons-vue' //信息 @@ -382,6 +385,12 @@ onMounted(() => { padding: 16px 20px; border-radius: 12px; box-shadow: 0 2px 12px rgba(102, 126, 234, 0.08); + + .title-icon { + margin-right: 12px; + font-size: 22px; + color: #667eea; + } } .person-section {