From c6e93113bc2df7dbffd2f2ffe8b19c127d343614 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 09 一月 2026 14:08:54 +0800
Subject: [PATCH] fix: 出库调整

---
 src/pages/production/twist/selfInspect/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/pages/production/twist/selfInspect/index.vue b/src/pages/production/twist/selfInspect/index.vue
index 7e35f3f..def89d9 100644
--- a/src/pages/production/twist/selfInspect/index.vue
+++ b/src/pages/production/twist/selfInspect/index.vue
@@ -127,7 +127,12 @@
           </view>
           <template #footer>
             <view class="flex justify-end gap-2">
-              <wd-button size="small" plain @click="handleViewInspection(item, index)">
+              <wd-button
+                size="small"
+                plain
+                @click="handleViewInspection(item, index)"
+                style="margin-right: 10px"
+              >
                 鏌ョ湅
               </wd-button>
               <wd-button
@@ -136,6 +141,7 @@
                 plain
                 type="primary"
                 @click="handleEditInspection(item, index)"
+                style="margin-right: 10px"
               >
                 淇敼
               </wd-button>

--
Gitblit v1.9.3