From 221ad8872c99f75eec04d117ad5de0e8223af4e2 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 07 三月 2024 18:05:37 +0800
Subject: [PATCH] 纤度登记表列表接口联调

---
 src/views/productManage/silkRegisterForm/addPage.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue
index 7888dc9..10f1fad 100644
--- a/src/views/productManage/silkRegisterForm/addPage.vue
+++ b/src/views/productManage/silkRegisterForm/addPage.vue
@@ -558,12 +558,13 @@
         }
 
         .list-view {
-            max-height: calc(100% - 90px);
+            max-height: calc(100% - 90px - 10px);
             overflow: hidden;
         }
         .form-box-b {
             width: 100%;
             height: 60px;
+            margin-top:10px;
             overflow: hidden;
             .form-item-two{
                 width:160px;

--
Gitblit v1.8.0