From 06bedec7694e2c458b2136d038a7b745ae656769 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 10:42:53 +0800
Subject: [PATCH] 修改主界面样式

---
 components/WorkOrder.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index a81b134..cb6c396 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -688,4 +688,15 @@
             margin-bottom: 4px;
         }
     }
+
+    .form-row1 {
+        display: flex;
+        flex-direction: row;
+        justify-content: flex-end; /* 璁╁唴瀹归潬鍙� */
+        align-items: center;
+        margin-bottom: 10px;
+        width: 100%;
+        position: relative;
+    }
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.3