From b292a0a81869547e94fd85e783f9597db241a87e Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 15 七月 2024 17:30:37 +0800 Subject: [PATCH] 2024.7.15 --- src/views/management/ManagementView.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/management/ManagementView.vue b/src/views/management/ManagementView.vue index dda60d3..ed9e01e 100644 --- a/src/views/management/ManagementView.vue +++ b/src/views/management/ManagementView.vue @@ -39,9 +39,9 @@ } }, mounted() { - vResize.mounted(this.$refs.statusRef.$el, ({ height }) => { - this.statusHeight = height - }) + // vResize.mounted(this.$refs.statusRef.$el, ({ height }) => { + // this.statusHeight = height + // }) // vResize.mounted(this.$refs.summaryRef.$el, ({ height }) => { // this.summaryHeight = height // }) -- Gitblit v1.9.3