From 84213562199c93b7b197f24483c9f79adb7c2057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=B4=A0?= <66666@66.com> Date: Wed, 17 Apr 2024 16:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E7=8A=B6=E5=9B=BE=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/community.vue | 1 - .../modules/base/migration/records/index.vue | 110 ++++++------------ src/views/modules/home/index.vue | 4 + 3 files changed, 39 insertions(+), 76 deletions(-) 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",