From 9b52218c49caaf38fa986516eae04c0e2acda7b4 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 19 九月 2024 16:35:33 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue
index 366637c..789caae 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue
@@ -833,6 +833,7 @@
 :deep(#sizeCheck .el-dialog__body) {
   height: 90%;
   width: 100%;
+  overflow-y: auto;
 }
 
 :deep(#sizePrintCalrd .el-dialog__body) {
@@ -854,7 +855,7 @@
 }
 
 :deep(#titleStyle .el-dialog__body) {
-  height: 95%;
+  height: 85%;
   width: 100%;
   overflow-y: auto;
 }

--
Gitblit v1.8.0