From 89777782c68d7d019b91b421324d39b0f89d354b Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 14:07:01 +0800 Subject: [PATCH] 29713 --- src/mods/work/AppHelpDeclaration/add.vue | 10 ++++----- src/mods/work/AppHelpDeclaration/details.vue | 23 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/mods/work/AppHelpDeclaration/add.vue b/src/mods/work/AppHelpDeclaration/add.vue index bcd9dd4..59acb71 100644 --- a/src/mods/work/AppHelpDeclaration/add.vue +++ b/src/mods/work/AppHelpDeclaration/add.vue @@ -33,7 +33,7 @@
*所在地区
- + {{ form.areaName || "请选择" }} @@ -77,7 +77,7 @@ @@ -115,12 +125,25 @@ export default { .items { padding: 32px; box-sizing: border-box; + border-bottom: 1px solid #DDDDDD; label { color: #999999; } div { margin-top: 32px; } + + .picture { + margin-top: 32px; + img { + width: 200px; + height: 200px; + margin-right: 10px; + } + } + } + .items:last-child { + border-bottom: none; } .status0 { color: #FF883C