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 })