From da90835d084aa01c3b8e49118e57371252cb97b7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 15 Sep 2025 11:27:30 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-15=201=E3=80=81=E5=88=B6=E9=80=A0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E8=BF=99=E4=B8=AA=E6=A1=86=E4=B9=9F=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E4=B8=8B=EF=BC=8C=E5=88=86=E8=BE=A8=E7=8E=87=E9=AB=98?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E6=9D=A1=E9=83=BD=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=202=E3=80=81=E5=B7=A5=E5=85=B7=E7=BC=96=E7=A0=81=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2=203=E3=80=81?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=AE=9E=E4=BE=8B=E4=B8=8D=E9=9A=8F=E7=9D=80?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=BC=96=E7=A0=81=E5=8F=98=E5=8C=96=EF=BC=88?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=90=8E=EF=BC=8C=E4=B8=8B=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E6=B2=A1=E6=9C=89=E5=90=8C=E6=AD=A5=E5=88=B7?= =?UTF-8?q?=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/proofing/requestForProofing.vue | 2 +- src/views/modules/test/requestForTest.vue | 2 +- src/views/modules/tooling/manuf_tool.vue | 19 +++++++------------ 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 7a6b27a..1fcf877 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -2264,7 +2264,7 @@ export default { }, mounted() { this.$nextTick(() => { - this.height = window.innerHeight / 2 - 100; + this.height = window.innerHeight / 2 - 50; /*第二个表格高度的动态调整*/ this.secondHeight = window.innerHeight / 2 - 206; }) diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue index bd6181e..122c82f 100644 --- a/src/views/modules/test/requestForTest.vue +++ b/src/views/modules/test/requestForTest.vue @@ -2377,7 +2377,7 @@ export default { // this.height = window.innerHeight / 2 - 240; // /*第二个表格高度的动态调整*/ // this.secondHeight = window.innerHeight / 2 - 206; - this.height = window.innerHeight / 2 - 30 + this.height = window.innerHeight / 2 - 50 /*第二个表格高度的动态调整*/ this.secondHeight = window.innerHeight / 2 - 186 }) diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue index a824663..b41a461 100644 --- a/src/views/modules/tooling/manuf_tool.vue +++ b/src/views/modules/tooling/manuf_tool.vue @@ -2,18 +2,18 @@