Browse Source

2026-04-21

优化
master
fengyuan_yang 2 months ago
parent
commit
2904666421
  1. 4
      src/views/modules/print/PoPartPrint.vue

4
src/views/modules/print/PoPartPrint.vue

@ -1057,8 +1057,8 @@ export default {
calculateTableHeight() { calculateTableHeight() {
this.$nextTick(() => { this.$nextTick(() => {
const windowHeight = window.innerHeight; const windowHeight = window.innerHeight;
const headerHeight = this.searchExpanded ? 280 : 158;
this.height = (windowHeight - headerHeight - 85) / 2 - 25;
const headerHeight = this.searchExpanded ? 270 : 158;
this.height = (windowHeight - headerHeight - 85) / 2 - 14;
}); });
}, },
// / // /

Loading…
Cancel
Save