From 7d36c24c2824a8ac28049fa9839a72956a4bdafb Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 17:32:02 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpDeclaration/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 0eda2b81..0db7123a 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -69,10 +69,10 @@
- {{ item.description }}
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
+ {{ item.description }}
From 4b9e51edf8d940cd8897f7ff0dded5990440cb47 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 17:38:58 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpDeclaration/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 12878d04..469ac301 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -64,7 +64,7 @@ 上传佐证材料(最多9张)
- +
@@ -92,7 +92,7 @@ export default { declareReason: [], reason: '', riskDescription: '', - files: [] + files: [], }, list: [], flag: false, From ac0b5559c7c5bc8a8ef2652d61211ec3fffb620c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 17:43:58 +0800 Subject: [PATCH 3/5] 29692 --- src/apps/AppHelpDeclaration/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 469ac301..c739ea74 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -33,7 +33,7 @@
*所在地区
- + {{ form.areaName || "请选择" }} From cd948e322735eec71021bf4775e4ccd82e826dab Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 18:08:39 +0800 Subject: [PATCH 4/5] 29761 --- src/apps/AppHelpDeclaration/details.vue | 30 +++++++++++-------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 0db7123a..d06a537a 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -67,16 +67,16 @@
-
-
-
+
+
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
- {{ item.description }} + {{ item.doTime }}
-
{{ item.doTime }}
+
{{ item.description }}
@@ -295,14 +295,10 @@ export default { } .cardss-right { width: calc(100% - 110px); - display: flex; - justify-content: space-between; - .cardsss-right-left { - .cardssss-right-left-top { - width: 300px; - overflow: hidden; - text-overflow: ellipsis; - font-size: 32px; + .cardsss-right-top { + .cardssss-right-left { + display: flex; + justify-content: space-between; } .cardssss-right-left-bottom { margin-top: 10px; @@ -335,12 +331,12 @@ export default { margin-top: 10px; margin-left: 110px; img { - width: 136px; - height: 136px; + width: 180px; + height: 180px; border-radius: 4px; - margin-right: 12px; + margin-right: 10px; } - img:nth-child(4n) { + img:nth-child(3n) { margin-right: 0; } } 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 5/5] 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;