From 9977c8fc3a2c7df4041ab14eaeb62976f1a607ea Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 04 十二月 2025 11:30:49 +0800
Subject: [PATCH] 备份节点一
---
components/WorkOrderPrint.vue | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 53 insertions(+), 2 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 0eaa260..d4a81a4 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -562,9 +562,20 @@
</script>
<style scoped>
- .section-title {
+/* .section-title {
font-size: 20px;
font-weight: bold;
+ margin: 18px 0 8px 0;
+ color: #fff;
+ background: #007aff;
+ padding: 8px 18px;
+ border-radius: 8px 8px 0 0;
+ display: inline-block;
+ }*/
+
+ .section-title {
+ font-size: 20px;
+ font-weight: normal; /* 宸插彇娑堝姞绮� */
margin: 18px 0 8px 0;
color: #fff;
background: #007aff;
@@ -673,9 +684,25 @@
}
/* 2. 鍖哄潡鏍囬 */
- .section-title, .history-title {
+/* .section-title, .history-title {
font-size: 26px;
+ }*/
+ .section-title,
+ .history-title {
+ font-size: 22px; /* 涓庡唴瀹瑰尯涓�鑷� */
+ font-weight: normal;
+ margin: 18px 0 8px 0;
+ color: #fff;
+ background: #007aff;
+ padding: 8px 18px;
+ border-radius: 8px 8px 0 0;
+ display: inline-block;
}
+
+ .history-title {
+ background: #555;
+ }
+
/* 3. 琛ㄦ牸瀛椾綋 */
.report-table, .report-table th, .report-table td {
@@ -854,6 +881,16 @@
}
/* 纭鎻愪氦鎸夐挳*/
+ /*.details-btn {
+ padding: 12px 34px;
+ background: #00a2e9;
+ color: #fff;
+ font-size: 32px;
+ border: none;
+ cursor: pointer;
+ border-radius: 12px;
+ }*/
+
.details-btn {
padding: 12px 34px;
background: #00a2e9;
@@ -862,8 +899,22 @@
border: none;
cursor: pointer;
border-radius: 12px;
+ height: 66px; /* 鍥哄畾楂樺害锛屽拰纭鎻愪氦涓�鏍� */
+ min-width: 180px; /* 鍙�夛紝淇濊瘉瀹藉害涓�鑷� */
+ display: flex; /* 璁╁唴瀹瑰瀭鐩村眳涓� */
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ line-height: 1.1; /* 绱у噾琛岄珮 */
+ box-sizing: border-box;
}
+ .details-btn span {
+ font-size: 24px;
+ margin-top: 0px; /* 鍘绘帀澶氫綑闂磋窛 */
+ line-height: 1.1;
+ }
+
.details-btn:hover {
background: #008ac2;
}
--
Gitblit v1.9.3