From dec2611a4049614c326383fbcd68692fe521f818 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 18:16:27 +0800 Subject: [PATCH] 29762 --- src/apps/AppHelpDeclaration/list.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 2b7b0c0b..9ee307ed 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -30,9 +30,9 @@
{{ item.riskDescription }}
-
申请人姓名{{ item.createUserName }}
-
所在地区{{ item.areaName }}{{ item.address }}
-
风险类型{{ item.reason }}
+

申请人姓名

{{ item.createUserName }}

+

所在地区

{{ item.areaName }}

+

风险类型

{{ item.reason }}

@@ -237,13 +237,15 @@ export default { margin-bottom: 24px; } .info { - span:first-child { + p:first-child { + vertical-align: center; color: #999999; font-size: 26px; display: inline-block; width: 160px; } - span:last-child { + p:last-child { + vertical-align: bottom; display: inline-block; width: calc(100% - 160px); overflow:hidden;