diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index 27162c30..75970317 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -37,18 +37,13 @@
+
-
+
我来说两句...
- -
- - - -
@@ -82,6 +77,7 @@ export default { showBottomInput: false, content: '', flag: false, + isAnnouncer: false } }, computed: { @@ -111,6 +107,7 @@ export default { messages: res.data.messages || [], } this.data.images = JSON.parse(res.data.images) || [] + this.isAnnouncer = this.user.id === this.info.createUserId var discussTime = (new Date(res.data.discussDeadline).getTime() * 1) / 1000 var nowTime = (new Date().getTime() * 1) / 1000 @@ -340,18 +337,18 @@ export default { box-sizing: border-box; border-top: 1px solid #eee; .leftInput { - width: 86%; + flex: 1; height: 58px; line-height: 58px; text-align: center; background: #f0f0f0; border-radius: 30px; } - .righticon { - .icontext { - margin-left: 10px; - } - } + // .righticon { + // .icontext { + // margin-left: 10px; + // } + // } } ::v-deep .u-drawer { diff --git a/src/components/AiEmpty.vue b/src/components/AiEmpty.vue index 35abe98a..57cc9190 100644 --- a/src/components/AiEmpty.vue +++ b/src/components/AiEmpty.vue @@ -24,11 +24,12 @@ export default { flex-direction: column; align-items: center; justify-content: center; + margin-top: 100px; + margin-bottom: 20px; .emptyImg { width: 400px; height: 240px; - margin-top: 112px; } .emptyText {