From c596a838afd7e841968f15253dfb2f80f581a9be Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 17 Oct 2024 16:09:53 +0800 Subject: [PATCH] 2024-10-17 --- src/views/modules/part/partInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 2b6ceeb..2769585 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -2302,7 +2302,7 @@ mounted () { this.$nextTick(() => { - this.height = window.innerHeight / 2 - 30 + this.height = window.innerHeight / 2 - 120 /*第二个表格高度的动态调整*/ this.secondHeight = window.innerHeight - this.height - 175 })