From 9ee31239066551faf93a6bacfa142a72a4672bc8 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 15:53:11 +0800
Subject: [PATCH] Revert "调试按钮大小"
---
components/WorkOrder.vue | 94 ++++++++++++++++++++++++----------------------
1 files changed, 49 insertions(+), 45 deletions(-)
diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index ac95f4b..464f181 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -465,6 +465,11 @@
</script>
<style>
+ /* 鍏ㄥ眬瀛椾綋鏀惧ぇ锛屽彲鏍规嵁闇�瑕佽皟鏁存暟鍊� */
+ body, .container {
+ font-size: 22px;
+ }
+
.top-order {
margin-bottom: 0.3vh;
}
@@ -478,11 +483,11 @@
background-color: #00A2E9;
color: white;
border: none;
- font-size: 24px;
+ font-size: 28px;
border-radius: 12px;
margin-top: 6px;
margin-bottom: 10px;
- padding: 6px 20px;
+ padding: 10px 28px;
}
.refresh-btn:hover {
@@ -503,18 +508,18 @@
.inp {
float: left;
- width: 63%;
+ width: 85%;
padding: 3px;
border: 1px solid #ccc;
border-radius: 0.5vw;
margin-top: 0.2vh;
- font-size: 15px;
- height: 26px;
+ font-size: 22px;
+ height: 36px;
}
.status-block p {
margin: 0.5vh 0;
- font-size: 1.3vw;
+ font-size: 1.8vw;
font-weight: bold;
}
@@ -522,11 +527,11 @@
background-color: #fff;
border-radius: 0.6vw;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
- padding: 8px;
+ padding: 12px;
border: 1px solid black;
margin-top: 0;
- margin-bottom: 8px;
- font-size: 1.3vw;
+ margin-bottom: 12px;
+ font-size: 22px;
}
.card-header {
@@ -537,13 +542,13 @@
padding: 0.3vh 0.8vw;
border-radius: 0.5vw;
font-weight: bold;
- font-size: 1.5vw;
+ font-size: 2vw;
}
.form-item label {
float: left;
margin-top: 4px;
- font-size: 15px;
+ font-size: 22px;
display: inline-block;
margin-bottom: 0.2vh;
color: #333;
@@ -554,14 +559,14 @@
width: 30%;
padding-right: 0.6vw;
text-align: right;
- font-size: 15px;
+ font-size: 22px;
}
.status-row input,
.check-row input {
width: 65%;
- font-size: 15px;
- height: 26px;
+ font-size: 22px;
+ height: 36px;
}
.form-row2 {
@@ -595,19 +600,19 @@
height: 2.8em;
font-weight: bolder;
margin-top: -35px;
- font-size: 32px;
+ font-size: 48px;
text-align: center;
color: red;
}
.inp2 {
float: right;
- width: 180px;
- height: 180px;
+ width: 200px;
+ height: 200px;
border-radius: 100%;
text-align: center;
margin-top: -35px;
- font-size: 75px;
+ font-size: 100px;
background-color: #476ee1fc;
color: #ffffff;
margin-right: 140px;
@@ -617,35 +622,35 @@
display: flex;
align-items: center;
justify-content: space-between;
- margin-bottom: 6px;
+ margin-bottom: 8px;
}
- .quality-row .form-item {
- flex: 1;
- margin: 0 6px;
- padding: 2px;
- }
-
- .quality-row .form-item label {
- width: auto;
- min-width: 95px;
- margin-right: 6px;
- font-size: 15px;
+ .quality-row .form-item {
+ flex: 1;
+ margin: 0 6px;
+ padding: 2px;
}
- .quality-row .inp {
- width: 70%;
- min-width: 100px;
- font-size: 15px;
- height: 26px;
- padding: 3px;
- }
+ .quality-row .form-item label {
+ width: auto;
+ min-width: 95px;
+ margin-right: 6px;
+ font-size: 22px;
+ }
+
+ .quality-row .inp {
+ width: 70%;
+ min-width: 100px;
+ font-size: 22px;
+ height: 36px;
+ padding: 3px;
+ }
.status-row {
display: flex;
align-items: center;
justify-content: space-between;
- margin-bottom: 6px;
+ margin-bottom: 8px;
}
.status-row .form-item {
@@ -657,14 +662,14 @@
.status-row .form-item label {
min-width: 180px;
white-space: nowrap;
- font-size: 15px;
+ font-size: 22px;
}
.status-row .inp {
width: 70%;
min-width: 100px;
- font-size: 15px;
- height: 26px;
+ font-size: 22px;
+ height: 36px;
padding: 3px;
}
@@ -675,8 +680,8 @@
}
.card {
- padding: 6px;
- margin-bottom: 6px;
+ padding: 8px;
+ margin-bottom: 8px;
}
.form-item {
@@ -685,8 +690,7 @@
.quality-row,
.status-row {
- margin-bottom: 4px;
+ margin-bottom: 6px;
}
}
-
</style>
\ No newline at end of file
--
Gitblit v1.9.3