From 43e115a7de2c763c36d79e610a3abb1d833ea892 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 05 八月 2024 10:21:52 +0800
Subject: [PATCH] 修改发货报表

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

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
index e48f729..3a702f0 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -710,9 +710,7 @@
 
 <template>
   <div style="width: 75%;height: 90%">
-
-    <div class="common-layout" style="width: 100%;height: 100%">
-
+    <div class="common-layout">
       <el-button
           id="searchButton1"
           :icon="ArrowLeftBold"
@@ -835,7 +833,8 @@
 }
 
 .common-layout {
-  height: 100%;
+  width: 99%;
+  height: 96%;
 }
 
 .header {

--
Gitblit v1.8.0