From 4be712b81660d4a38d431df488ff89244874d917 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 10:55:25 +0800
Subject: [PATCH] 输入框(input)变长

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

diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index a81b134..1522a52 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -668,6 +668,17 @@
             padding: 3px;
         }
 
+    .inp {
+        float: left;
+        width: 85%;
+        padding: 3px;
+        border: 1px solid #ccc;
+        border-radius: 0.5vw;
+        margin-top: 0.2vh;
+        font-size: 15px;
+        height: 26px;
+    }
+
     /* 閽堝1280*717灞忓箷鐨勭壒瀹氫紭鍖� */
     @media screen and (max-width: 1280px) and (max-height: 800px) {
         .top-order {

--
Gitblit v1.9.3