diff --git a/src/apps/AppEpidemicSituation/UserDetail.vue b/src/apps/AppEpidemicSituation/UserDetail.vue
index a692bd21..143cc741 100644
--- a/src/apps/AppEpidemicSituation/UserDetail.vue
+++ b/src/apps/AppEpidemicSituation/UserDetail.vue
@@ -39,9 +39,16 @@
14天内是否接触新冠确诊或疑似患者
{{ $dict.getLabel('epidemicTouchInFourteen', userList.touchInFourteen) }}
-
+
当前健康状况
-
{{ $dict.getLabel('epidemicRecentHealth', item) }}
+
+
+ ;
+
+ {{ $dict.getLabel('epidemicRecentHealth', item) }}
+
+
+
@@ -180,6 +187,21 @@ export default {
}
}
}
+ .item-flexs {
+ display: flex;
+ justify-content: space-between;
+ padding: 34px 0;
+ border-bottom: 1px solid #ddd;
+ font-size: 32px;
+ .label {
+ width: 32%;
+ color: #999;
+ }
+ .healths {
+ width: 68%;
+ word-break: break-all;
+ }
+ }
.img-list {
padding-bottom: 48px;
img {