From c47ca13640b751c57fad860b5c520476787649ac Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 20 Jun 2024 19:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E9=85=8D=E6=94=B6=E8=B4=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95--mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/directives/permission/clientTable.ts | 7 +++++++ .../productreceiptAssembleRecordMain/index.vue | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/directives/permission/clientTable.ts b/src/directives/permission/clientTable.ts index 2a9c7ed82..7db98c0bd 100644 --- a/src/directives/permission/clientTable.ts +++ b/src/directives/permission/clientTable.ts @@ -18,6 +18,13 @@ export function clientTable(app: App) { el.firstChild.style.height = '100%' }) }) + app.directive('clientTable450', (el, binding) => { + nextTick(() => { + el.style.height = '450px' + el.firstChild.style.height = '100%' + }) + }) + app.directive('clientSearchTable', (el, binding) => { nextTick(() => { const top = el.getBoundingClientRect().top diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue index deb448725..b2d7a55b0 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue @@ -68,9 +68,9 @@ v-model="mesModelVisible" width="80%" :scroll="true" - max-height="450px" + max-height="500px" > -