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 {