From 971ed775311dba847c23ba67a8c3610f1c1d057b Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 15:26:44 +0800 Subject: [PATCH] 392 --- src/project/wuxi/AppPhotoReport/PhotoDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;