diff --git a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue index 211a150..afd7beb 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue @@ -11,7 +11,7 @@
- +
暂无照片
@@ -179,8 +179,8 @@ export default { } .imageItem { - min-width: 30%; - height: 30vw; + width: calc(33% - 16px); + height: 226px; flex-shrink: 0; margin-right: 16px; margin-bottom: 16px;