From c2bd8d29ff48cb95d31818155535befb27f99c7c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 13:35:27 +0800
Subject: [PATCH] 复选框逻辑修改
---
components/WorkOrderStatus.vue | 86 ++++++++++++++++++++++++++++++------------
1 files changed, 61 insertions(+), 25 deletions(-)
diff --git a/components/WorkOrderStatus.vue b/components/WorkOrderStatus.vue
index b3d996b..bc30785 100644
--- a/components/WorkOrderStatus.vue
+++ b/components/WorkOrderStatus.vue
@@ -224,19 +224,20 @@
}
/* 鍒锋柊鎸夐挳鏍峰紡 */
- .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;
- }
+ .refresh-btn {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ background-color: #00A2E9;
+ /* 钃濊壊鑳屾櫙 */
+ color: white;
+ padding: 10px 20px;
+ height: 60px;
+ border: none;
+ border-radius: 5px;
+ font-size: 35px;
+ cursor: pointer;
+ }
/* 涓婂崐閮ㄥ垎锛氬乏鍙冲竷灞� */
.top-section {
@@ -298,18 +299,18 @@
}
/* 鍙宠竟宸ュ崟鐘舵�侀儴鍒� */
- .right-section {
- width: 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,4 +362,39 @@
/* Larger font for buttons */
height: 100%;
}
+
+ /* 璁╁彸渚у伐鍗曞彿杈撳叆妗嗗彉闀� */
+ .status-title input.status-title {
+ width: 110%; /* 鎴� 100%锛屾牴鎹疄闄呴渶姹傝皟鏁� */
+ min-width: 320px; /* 鍙�夛紝淇濊瘉鏈�灏忓搴� */
+ font-size: 2vw;
+ box-sizing: border-box;
+ }
+
+ .button,
+ .input-box {
+ font-size: 2.2vw !important; /* 瀛椾綋鏇村ぇ */
+ height: 6vh !important; /* 楂樺害鐣ュ */
+ }
+
+ .input-box {
+ border: 2.5px solid #999 !important; /* 杈规鏇寸矖鏇存槑鏄� */
+ border-radius: 6px !important; /* 鍦嗚鐣ュぇ */
+ padding: 0 1.5vw !important;
+ }
+
+ button {
+ border: 2.5px solid #999 !important; /* 鎸夐挳杈规鍔犵矖 */
+ border-radius: 6px !important;
+ }
+
+ .left-section .item button {
+ border-width: 1px !important; /* 杈规鏇寸矖 */
+ border-style: solid !important;
+ border-color: #999 !important; /* 淇濇寔鍘熸湁鑹茶皟 */
+ font-size: 2.6vw !important; /* 瀛椾綋鏇村ぇ */
+ font-weight: bold;
+ height: 7vh !important; /* 鎸夐挳楂樺害鍔犲ぇ */
+ }
+
</style>
\ No newline at end of file
--
Gitblit v1.9.3