From 26351be21d952cfb1e109c823475579c50a268ed Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:45:47 +0800
Subject: [PATCH] 调试
---
components/WorkOrder.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index cb6c396..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 {
@@ -688,15 +699,4 @@
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