diff --git a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue index 389f7ab..f40efd8 100644 --- a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue +++ b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderDetailsAlloc.vue @@ -26,7 +26,7 @@ @keyup.enter.native="getData"> @@ -197,7 +194,7 @@ { const windowHeight = window.innerHeight - const headerHeight = this.searchExpanded ? 414 : 294 + const headerHeight = this.searchExpanded ? 364 : 296 this.orderTableHeight = (windowHeight - headerHeight - 85) / 2 this.allocTableHeight = (windowHeight - headerHeight - 85) / 2 })