From 04e3d9d7228fdfa93a6c1173ff5a73b3553888e3 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 14:53:52 +0800
Subject: [PATCH] 调试
---
components/WorkOrderStatus.vue | 57 ++++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 38 insertions(+), 19 deletions(-)
diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index 507538d..1300df5 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -231,12 +231,16 @@
background-color: #00A2E9;
/* 钃濊壊鑳屾櫙 */
color: white;
- padding: 10px 20px;
height: 60px;
border: none;
border-radius: 5px;
font-size: 35px;
cursor: pointer;
+ width: 90px !important; /* 鏇寸獎 */
+ height: 60px !important; /* 鏇撮珮 */
+ font-size: 22px !important;
+ padding: 0 !important;
+ border-radius: 8px !important;
}
/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
@@ -257,7 +261,8 @@
.item {
display: flex;
align-items: center;
- margin-bottom: 3vh; /* 鍘�1.5vh锛屾敼涓�3vh锛屾寜閽棿璺濇洿澶� */
+ margin-bottom: 3vh;
+ flex-wrap: nowrap; /* 绂佹鎹㈣ */
}
/* 缁熶竴鎸夐挳鍜岃緭鍏ユ鐨勯珮搴� */
@@ -348,25 +353,28 @@
}
/* 涓嬪崐閮ㄥ垎锛氫繚瀛樺拰鍙栨秷鎸夐挳 */
- .bottom-section {
- display: flex;
- justify-content: space-between;
- margin-top: 1vh;
- height: 100%;
+ .bottom-section {
+ display: flex;
+ margin-top: 1vh;
+ height: 100%;
+ justify-content: flex-end; /* 璁╂寜閽潬鍙冲榻愶紙鍙�夛級 */
+ gap: 16px; /* 鎸夐挳闂磋窛 */
}
- .save-btn,
- .cancel-btn {
- width: 48%;
- padding: 1.5vh;
- background-color: #00A2E9;
- color: white;
- border: none;
- text-align: center;
- font-size: 1.8vw;
- /* Larger font for buttons */
- height: 100%;
- }
+ .save-btn,
+ .cancel-btn {
+ background-color: #00A2E9;
+ color: white;
+ border: none;
+ text-align: center;
+
+ width: 90px !important; /* 鏇寸獎 */
+ height: 60px !important; /* 鏇撮珮 */
+ font-size: 22px !important;
+ padding: 0 !important;
+ border-radius: 8px !important;
+ display: inline-block;
+ }
/* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
.status-title input.status-title {
@@ -400,6 +408,17 @@
font-size: 2.6vw !important; /* 瀛椾綋鏇村ぇ */
font-weight: bold;
height: 7vh !important; /* 鎸夐挳楂樺害鍔犲ぇ */
+ margin-right: 2%; /* 涓庤緭鍏ユ闂磋窛 */
+ box-sizing: border-box;
+
+ width: 38% !important; /* 鎸夐挳鐣ュ涓�鐐癸紝閬垮厤杈撳叆妗嗗お绐� */
+ min-width: 70px;
+ }
+
+ .left-section .item .input-box {
+ width: 45% !important; /* 鍘�60%锛屾敼涓�45% */
+ min-width: 100px;
+ box-sizing: border-box;
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3