From 1840f6add8934b913517eed5811e4320ce4984ce Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 16:23:17 +0800
Subject: [PATCH] 调试
---
components/WorkOrderStatus.vue | 70 +++++++++++++++++-----------------
1 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index 7ab23a3..8efdbde 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -28,9 +28,9 @@
<input class="input-box" v-model="suspendTime" disabled="true" placeholder="鐐规殏鍋滄寜閽椂鍐欏叆" />
</view>-->
<!-- <view class="item">
- <button @click="stateCheck(3)" class="btn-blue">鍙嶅畬宸�</button>
- <input class="input-box" v-model="reverseTime" disabled="true" placeholder="鐐瑰弽瀹屽伐鎸夐挳鍐欏叆" />
- </view> -->
+ <button @click="stateCheck(3)" class="btn-blue">鍙嶅畬宸�</button>
+ <input class="input-box" v-model="reverseTime" disabled="true" placeholder="鐐瑰弽瀹屽伐鎸夐挳鍐欏叆" />
+ </view> -->
</view>
<!-- 鍙宠竟宸ュ崟鐘舵�� -->
@@ -224,18 +224,19 @@
}
/* 鍒锋柊鎸夐挳鏍峰紡 */
- .refresh-btn {
- /* position: absolute; // 鍒犻櫎鎴栨敞閲婃帀杩欎竴琛� */
- width: 100%; /* 璁╂寜閽崰婊$埗瀹瑰櫒瀹藉害 */
- background-color: #00A2E9;
- color: white;
- padding: 10px 0; /* 涓婁笅10px锛屽乏鍙�0锛屾寜閽洿灞呬腑 */
- border: none;
- border-radius: 5px;
- font-size: 35px;
- cursor: pointer;
- margin-bottom: 20px; /* 涓庝笅鏂瑰唴瀹圭暀闂磋窛 */
- }
+ .refresh-btn {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ background-color: #00A2E9;
+ /* 钃濊壊鑳屾櫙 */
+ color: white;
+ padding: 10px 20px;
+ border: none;
+ border-radius: 5px;
+ font-size: 35px;
+ cursor: pointer;
+ }
/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
.top-section {
@@ -297,18 +298,18 @@
}
/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
- .right-section {
- width: 30%; /* 鍘熸潵鏄�30%锛岃皟澶т竴鐐� */
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: flex-start;
- text-align: center;
- padding-top: 45px;
- flex-wrap: wrap;
- align-content: flex-start;
- margin-top: -44px;
- }
+ .right-section {
+ width: 30%; /* 鍘熸潵鏄�30%锛岃皟澶т竴鐐� */
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ justify-content: flex-start;
+ text-align: center;
+ padding-top: 45px;
+ flex-wrap: wrap;
+ align-content: flex-start;
+ margin-top: -44px;
+ }
.status-title {
margin-bottom: 2vh;
@@ -361,12 +362,11 @@
height: 100%;
}
- /* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
- .status-title input.status-title {
- width: 110%; /* 鎴� 100%锛屾牴鎹疄闄呴渶姹傝皟鏁� */
- min-width: 320px; /* 鍙�夛紝淇濊瘉鏈�灏忓搴� */
- font-size: 2vw;
- box-sizing: border-box;
- }
-
+ /* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
+ .status-title input.status-title {
+ width: 120%; /* 鎴� 100%锛屾牴鎹疄闄呴渶姹傝皟鏁� */
+ min-width: 320px; /* 鍙�夛紝淇濊瘉鏈�灏忓搴� */
+ font-size: 2vw;
+ box-sizing: border-box;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.3