diff --git a/src/saas/AppCountryAlbum/EditAlbum.vue b/src/saas/AppCountryAlbum/EditAlbum.vue index 0ed91b95..85c275ed 100644 --- a/src/saas/AppCountryAlbum/EditAlbum.vue +++ b/src/saas/AppCountryAlbum/EditAlbum.vue @@ -109,7 +109,7 @@ return this.$u.toast('请选择相片') } - this.$confirm('确定删除该数据?').then(() => { + this.$confirm('确定删除这些图片?').then(() => { this.$http.post(`/api/appalbumphoto/delete?ids=${this.chooseImg}`).then(res => { if (res.code == 0) { this.$u.toast('删除成功') diff --git a/src/saas/AppCountryAlbum/Photo.vue b/src/saas/AppCountryAlbum/Photo.vue index d3cb11b6..e0785711 100644 --- a/src/saas/AppCountryAlbum/Photo.vue +++ b/src/saas/AppCountryAlbum/Photo.vue @@ -76,7 +76,7 @@ }, remove () { - this.$confirm('确定删除该数据?').then(() => { + this.$confirm('确定删除该图片?').then(() => { this.$http.post(`/api/appalbumphoto/delete?ids=${this.id}`).then(res => { if (res.code == 0) { this.$u.toast('删除成功') diff --git a/src/saas/AppCountryAlbum/components/report/Daily.vue b/src/saas/AppCountryAlbum/components/report/Daily.vue index 5d67fc5d..35302db0 100644 --- a/src/saas/AppCountryAlbum/components/report/Daily.vue +++ b/src/saas/AppCountryAlbum/components/report/Daily.vue @@ -157,6 +157,11 @@ image { display: block; width: 100%; + margin-bottom: 10px; + + &:last-child { + margin-bottom: 20px; + } } } diff --git a/src/saas/AppCountryAlbum/components/report/InspectLog.vue b/src/saas/AppCountryAlbum/components/report/InspectLog.vue index 568ead74..1fcaa7e0 100644 --- a/src/saas/AppCountryAlbum/components/report/InspectLog.vue +++ b/src/saas/AppCountryAlbum/components/report/InspectLog.vue @@ -159,9 +159,15 @@ .imgs { margin-top: 20px; + image { display: block; width: 100%; + margin-bottom: 10px; + + &:last-child { + margin-bottom: 20px; + } } } diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index 0215c2d6..04b0f57a 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -175,9 +175,15 @@ .imgs { margin-top: 20px; + image { display: block; width: 100%; + margin-bottom: 10px; + + &:last-child { + margin-bottom: 20px; + } } } diff --git a/src/saas/AppCountryAlbum/components/report/WorkReport.vue b/src/saas/AppCountryAlbum/components/report/WorkReport.vue index 0da001a7..f2d87a74 100644 --- a/src/saas/AppCountryAlbum/components/report/WorkReport.vue +++ b/src/saas/AppCountryAlbum/components/report/WorkReport.vue @@ -161,9 +161,15 @@ .imgs { margin-top: 20px; + image { display: block; width: 100%; + margin-bottom: 10px; + + &:last-child { + margin-bottom: 20px; + } } }