From aee62927e17b1904a53931eafa27597c3c23b331 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 15:34:08 +0800
Subject: [PATCH] Revert "调试"
---
components/WorkOrderStatus.vue | 38 +++++++++++++++++++++++---------------
1 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index 7b10f9a..b9ee8cd 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -246,15 +246,14 @@
/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
.top-section {
display: flex;
- flex-direction: row;
- align-items: flex-start;
justify-content: flex-start;
- flex-wrap: nowrap;
+ flex-grow: 1;
margin-bottom: 4vh;
+ flex-wrap: nowrap;
}
.left-section {
- width: 32%;
+ width: 40%; /* 鍐嶇缉灏� */
display: flex;
flex-direction: column;
}
@@ -311,13 +310,15 @@
/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
.right-section {
- width: 24%;
- margin-left: 0;
+ width: 28%; /* 鍐嶇缉灏� */
+ margin-left: 2vw; /* 鍙暀寰堝皬鐨勯棿闅� */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
- text-align: left;
+ text-align: center;
+ flex-wrap: wrap;
+ align-content: flex-start;
}
.status-title {
@@ -326,12 +327,17 @@
/* Larger font size for titles */
}
- .status-circle {
- width: 7vw;
- height: 7vw;
- min-width: 60px;
- min-height: 60px;
- }
+ .status-circle {
+ width: 11vw;
+ /* Enlarged status circle */
+ height: 11vw;
+ background-color: #00A2E9;
+ border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ }
.status-input {
color: white;
@@ -371,8 +377,10 @@
/* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
.status-title input.status-title {
- min-width: 120px;
- width: 100%;
+ width: 110%; /* 鎴� 100%锛屾牴鎹疄闄呴渶姹傝皟鏁� */
+ min-width: 320px; /* 鍙�夛紝淇濊瘉鏈�灏忓搴� */
+ font-size: 2vw;
+ box-sizing: border-box;
}
.button,
--
Gitblit v1.9.3