Browse Source

2024-10-17

java8
fengyuan_yang 1 year ago
parent
commit
c596a838af
  1. 2
      src/views/modules/part/partInformation.vue

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

Loading…
Cancel
Save