From df499252aa425d30cd9ae4697e8f6ceeacb62098 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 23 十二月 2025 13:53:12 +0800
Subject: [PATCH] 添加上刀下刀记录界面
---
components/EquipmentInspection.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/components/EquipmentInspection.vue b/components/EquipmentInspection.vue
index acdeceb..0302c4a 100644
--- a/components/EquipmentInspection.vue
+++ b/components/EquipmentInspection.vue
@@ -289,7 +289,7 @@
}
.page-title {
- font-size: 28px; /* 鍘�20px */
+ font-size: 22px; /* 鍘�20px */
font-weight: bold;
color: #333;
}
@@ -308,12 +308,12 @@
}
.info-label {
- font-size: 18px; /* 鍘�14px */
+ font-size: 22px; /* 鍘�14px */
color: #666;
}
.info-value {
- font-size: 18px; /* 鍘�14px */
+ font-size: 22px; /* 鍘�14px */
font-weight: 600;
color: #333;
}
@@ -322,7 +322,7 @@
padding: 4px 12px;
background: #f0f0f0;
border-radius: 4px;
- font-size: 18px; /* 鍘�14px */
+ font-size: 22px; /* 鍘�14px */
cursor: pointer;
min-width: 100px;
text-align: center;
@@ -340,7 +340,7 @@
.inspection-table {
width: 100%;
border-collapse: collapse;
- font-size: 16px; /* 鍘�12px */
+ font-size: 22px; /* 鍘�12px */
min-width: 1400px;
}
@@ -361,7 +361,7 @@
.inspection-table th {
font-weight: bold;
- font-size: 18px; /* 鍘�13px */
+ font-size: 22px; /* 鍘�13px */
background: #e8e8e8;
}
@@ -401,11 +401,11 @@
.item-cell {
text-align: left;
padding-left: 12px; /* 鍘�8px */
- font-size: 16px; /* 鍘�12px */
+ font-size: 22px; /* 鍘�12px */
}
.cycle-cell {
- font-size: 20px; /* 鍘�16px */
+ font-size: 22px; /* 鍘�16px */
color: #333;
}
@@ -440,7 +440,7 @@
.btn-clear {
min-width: 140px; /* 鍘�120px */
padding: 14px 32px; /* 鍘�10px 24px */
- font-size: 20px; /* 鍘�16px */
+ font-size: 22px; /* 鍘�16px */
border-radius: 6px;
border: none;
cursor: pointer;
--
Gitblit v1.9.3