diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 535577a6d..bc04fcba4 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -380,7 +380,6 @@ export default { this.rentFlag = ''; this.handleSearch() } - }, computed: { rowHeight() { diff --git a/src/views/modules/base/migration/records/index.vue b/src/views/modules/base/migration/records/index.vue index f6ab5b26f..acd8c6431 100644 --- a/src/views/modules/base/migration/records/index.vue +++ b/src/views/modules/base/migration/records/index.vue @@ -5,109 +5,69 @@
- + 迁移小区 - + 迁移楼栋
- - - + + + - - - - + + + + - +
- +
- - + + diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index 59b97b81c..66f42ddb6 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -774,8 +774,12 @@ export default { } ] }; + const resizeHandler = () => { + this.myBarchart.resize(); + }; this.myBarchart.setOption(option); window.addEventListener("resize", this.handleWindowResize); + window.addEventListener("resize", resizeHandler); this.myBarchart.on("click", (e) => { this.$router.push({ path: "/main/base-nonIntResi",