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; + } }