From c945592306a1654248bec50a265dc8a943db8f7b Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 09 九月 2025 14:50:54 +0800 Subject: [PATCH] no message --- construction-data/src/components/datav/index.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue index cfc0eab..e617d85 100644 --- a/construction-data/src/components/datav/index.vue +++ b/construction-data/src/components/datav/index.vue @@ -444,7 +444,7 @@ .pick-order-detl { padding: 0 15px; .detl-box-border { - height: 55vh; + height: 45vh; .detl-box-padding { height: 65px } @@ -562,6 +562,8 @@ width: 74vh; padding-top: 65px; height: 275px; + overflow: hidden; + overflow-y: auto; .popover-order { width: 300px; @@ -592,7 +594,7 @@ .order-detl-list { overflow: hidden; overflow-y: scroll; - height: 43vh; + height: 38vh; padding: 0 15px; } @@ -647,7 +649,7 @@ } .table-matnr { - height: 26vh; + height: 16vh; } .el-table { @@ -754,6 +756,8 @@ width: 74vh; padding-top: 65px; height: 275px; + overflow: hidden; + overflow-y: auto; .btnPrint { font-size: 9px; -- Gitblit v1.9.1