From b694a82eef334d7bf1d2a259de7e952216d6440c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 16:37:29 +0800 Subject: [PATCH] 119789 --- src/apps/AppHelpDeclaration/list.vue | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue index 9164b9d6..4c5b75ec 100644 --- a/src/apps/AppHelpDeclaration/list.vue +++ b/src/apps/AppHelpDeclaration/list.vue @@ -29,7 +29,10 @@
{{ item.riskDescription }}
-
{{ item.declareTime }}
+ +
申请人姓名{{ item.createUserName }}
+
所在地区{{ item.areaName }}{{ item.address }}
+
风险类型{{ item.reason }}
@@ -231,11 +234,22 @@ export default { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; + margin-bottom: 24px; } - .time { - margin-top: 32px; - color: #999999; - font-size: 26px; + .info { + span:first-child { + color: #999999; + font-size: 26px; + display: inline-block; + width: 160px; + } + span:last-child { + display: inline-block; + width: calc(100% - 160px); + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + } } } .bottom {