From 7cd67ad3ba9f86fef17c9f83597c7b1c264f74be Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 16 May 2023 09:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/PhotoForm.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/project/wuxi/AppPhotoReport/PhotoForm.vue b/src/project/wuxi/AppPhotoReport/PhotoForm.vue index 44c120b..5a41017 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoForm.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoForm.vue @@ -50,6 +50,7 @@ +

所属网格请详细选择到您具体所在的网格

@@ -246,6 +247,7 @@ export default { height: 128px; padding-right: 28px; border-bottom: 1px solid #DDDDDD; + position: relative; input { flex: 1; @@ -325,5 +327,13 @@ export default { } } } + .tips { + font-size: 24px; + color: #f46; + line-height: 36px; + position: absolute; + bottom: 8px; + left: 22px; + } }