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 |    4 +++-
 1 files changed, 3 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 a412d30..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
@@ -793,6 +793,7 @@
         style="width: 90%;height:93%;margin-top: 3vh "
         :close-on-click-modal="false"
         :close-on-press-escape="false"
+        destroy-on-close
         v-model="titleStyleVisible">
       <!--      <tag-style style="width: 100%;height: 100%"/>-->
       <tag-style-designer style="width: 100%;height: 100%"
@@ -832,6 +833,7 @@
 :deep(#sizeCheck .el-dialog__body) {
   height: 90%;
   width: 100%;
+  overflow-y: auto;
 }
 
 :deep(#sizePrintCalrd .el-dialog__body) {
@@ -853,7 +855,7 @@
 }
 
 :deep(#titleStyle .el-dialog__body) {
-  height: 95%;
+  height: 85%;
   width: 100%;
   overflow-y: auto;
 }

--
Gitblit v1.8.0