From 612f2503f2b5ad3781f258f7b778f67a4fc074fe Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 17 十月 2025 11:15:45 +0800
Subject: [PATCH] fix:  优化领料页面

---
 src/pages/production/twist/receive/monofil.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/production/twist/receive/monofil.vue b/src/pages/production/twist/receive/monofil.vue
index 7f66e3d..ed89446 100644
--- a/src/pages/production/twist/receive/monofil.vue
+++ b/src/pages/production/twist/receive/monofil.vue
@@ -347,7 +347,7 @@
 
 <style lang="scss" scoped>
 .list_box {
-  height: calc(100vh - 100px);
+  height: calc(100vh - 50px);
   background: #f3f9f8;
   display: flex;
   flex-direction: column;
@@ -410,7 +410,7 @@
 }
 
 .content {
-  height: calc(100vh - 280px);
+  height: calc(100vh - 200px);
   width: 100%;
 }
 

--
Gitblit v1.9.3