diff --git a/src/assets/images/index/abnormal.png b/src/assets/images/index/abnormal.png new file mode 100644 index 000000000..b11b443a7 Binary files /dev/null and b/src/assets/images/index/abnormal.png differ diff --git a/src/views/modules/base/community/buildTable.vue b/src/views/modules/base/community/buildTable.vue index 86c358d24..19db6b301 100644 --- a/src/views/modules/base/community/buildTable.vue +++ b/src/views/modules/base/community/buildTable.vue @@ -348,7 +348,7 @@ export default { computed: { tableHeight () { - return this.$store.state.inIframe ? this.clientHeight - 425 + this.iframeHeight : this.clientHeight - 425 + return this.$store.state.inIframe ? this.clientHeight - 465 + this.iframeHeight : this.clientHeight - 465 }, diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 6b644805f..0beaa7f28 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -22,9 +22,12 @@ - + + {{ data.showName }} @@ -38,7 +41,7 @@