From 047647c303f4e51e3f84c84a971b29798840f8f4 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 20 九月 2024 09:16:31 +0800
Subject: [PATCH] 自定义打印左边高度自定义,防止溢出

---
 north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
index 6bf3471..d269e80 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -674,7 +674,7 @@
 
 
     </div>
-    <div style="height: 90%;width: 10%;float: left" class="hiprintEpContainer"/>
+    <div style="height: 90%;width: 10%;float: left;overflow-y: auto" class="hiprintEpContainer"/>
     <div style="height: 90%;width: 60%;overflow: auto;float: left">
       <div id="hiprint-printTemplate" class="hiprint-printTemplate" style="margin-left: 20px;margin-top: 20px"></div>
     </div>

--
Gitblit v1.8.0