diff --git a/src/components/AiEvaluation/AiEvaluation.vue b/src/components/AiEvaluation/AiEvaluation.vue index 1cbf6e6..b1571c2 100644 --- a/src/components/AiEvaluation/AiEvaluation.vue +++ b/src/components/AiEvaluation/AiEvaluation.vue @@ -30,7 +30,6 @@ import AiPagePicker from "../AiPagePicker/AiPagePicker"; import AiGroup from "../AiGroup/AiGroup"; import AiItem from "../AiItem/AiItem"; import AiUploader from "../AiUploader/AiUploader"; -import AiEmpty from "dvcp_v2_wechat_app/src/components/AiEmpty/AiEmpty"; export default { name: "AiEvaluation", @@ -44,7 +43,7 @@ export default { bid: {default: ""}, type: {default: "submit"} //可选值: submit:提交评价,show:展示评价 }, - components: {AiEmpty, AiUploader, AiItem, AiGroup, AiPagePicker}, + components: {AiUploader, AiItem, AiGroup, AiPagePicker}, computed: { isShow: v => v.type == 'show', hasEvaluated: v => !!v.detail?.id diff --git a/src/mods/conv/AppPhotoReport/PhotoDetail.vue b/src/mods/conv/AppPhotoReport/PhotoDetail.vue index b1ae503..66b363e 100644 --- a/src/mods/conv/AppPhotoReport/PhotoDetail.vue +++ b/src/mods/conv/AppPhotoReport/PhotoDetail.vue @@ -9,7 +9,9 @@ - +
+ +
暂无照片
@@ -17,7 +19,9 @@ - +
+ +
暂无照片
@@ -163,5 +167,17 @@ export default { background: #FF4466; } } + + .imageItem { + min-width: 30%; + height: 30vw; + flex-shrink: 0; + margin-right: 16px; + margin-bottom: 16px; + + &:nth-of-type(3n) { + margin-right: 0; + } + } }