From 7ae9075e9e208069b1fdee18a1cc70a5826160e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 12 Jan 2022 15:34:00 +0800 Subject: [PATCH] 26626 --- src/apps/AppEpidemicSituation/UserDetail.vue | 26 ++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 {