From 16fe115c97d3df29b2c1637b4c413f1ca7672c39 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:47:51 +0800
Subject: [PATCH] 调试
---
components/WorkOrder.vue | 54 +++++++++++++++++++++---------------------------------
1 files changed, 21 insertions(+), 33 deletions(-)
diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index ea0773a..1522a52 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -60,19 +60,18 @@
</view>
</view>
<view class="form-row1">
- <view class="right-group">
- <view class="form-item" style="display:inline-block;">
- <label>宸ュ崟鐘舵��:</label>
- <input class="inp1" type="text" v-model="order.daa018" disabled="true" />
- <!-- 鍒锋柊鎸夐挳 -->
- <button @click="handleRefresh" class="refresh-btn">鍒锋柊</button>
- </view>
- <view class="form-item">
- <label>鏈哄彴缂栧彿:</label>
- <input class="inp2" type="text" v-model="order.machineNo" disabled="true" />
- </view>
+ <view class="form-item" style="display:inline-block;">
+ <label>宸ュ崟鐘舵��:</label>
+ <input class="inp1" type="text" v-model="order.daa018" disabled="true" />
+ <!-- 鍒锋柊鎸夐挳 -->
+ <button @click="handleRefresh" class="refresh-btn">鍒锋柊</button>
+ </view>
+ <view class="form-item">
+ <label>鏈哄彴缂栧彿:</label>
+ <input class="inp2" type="text" v-model="order.machineNo" disabled="true" />
</view>
</view>
+ </view>
<!-- 涓儴锛氳繍琛岀姸鎬� -->
<view class="section card">
@@ -669,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 {
@@ -689,26 +699,4 @@
margin-bottom: 4px;
}
}
-
- .top-order {
- width: 65%;
- display: inline-block;
- vertical-align: top;
- }
-
- .form-row1 {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- align-items: center;
- position: relative;
- /* width: 100%; // 鍘绘帀杩欒 */
- }
-
- .right-group {
- display: flex;
- align-items: center;
- gap: 24px; /* 鎺у埗涓ゅ潡涔嬮棿鐨勯棿璺濓紝鍙牴鎹渶瑕佽皟鏁� */
- }
-
</style>
\ No newline at end of file
--
Gitblit v1.9.3