diff --git a/src/apps/AppHelpDeclaration/add.vue b/src/apps/AppHelpDeclaration/add.vue index 12878d04..c739ea74 100644 --- a/src/apps/AppHelpDeclaration/add.vue +++ b/src/apps/AppHelpDeclaration/add.vue @@ -33,7 +33,7 @@
*所在地区
- + {{ form.areaName || "请选择" }} @@ -64,7 +64,7 @@ 上传佐证材料(最多9张)
- +
@@ -92,7 +92,7 @@ export default { declareReason: [], reason: '', riskDescription: '', - files: [] + files: [], }, list: [], flag: false, diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 0eda2b81..d06a537a 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -67,16 +67,16 @@
-
-
- {{ item.description }} -
+
+
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
+ {{ 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; } } 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;