From 0075304648af0582196ba32d54701644e74d8b88 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 14:51:05 +0800
Subject: [PATCH] Revert "改为获取手机MAC地址"
---
components/WorkOrderPrint.vue | 73 +++++++++++++++++++++++++++---------
1 files changed, 54 insertions(+), 19 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index ca247b1..ff9cc40 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -12,7 +12,7 @@
</view>
<!-- 鏁伴噰鎬讳骇閲� -->
- <view class="section-title">褰撳墠鏁伴噰浜ч噺</view>
+ <view class="section-title">褰撳墠鏁伴噰浜ч噺鎶ュ伐璁板綍</view>
<div class="table-scroll">
<table class="report-table">
<thead>
@@ -567,10 +567,10 @@
box-sizing: border-box;
}
- .wide-layout {
- max-width: 1600px;
- margin: 0 auto;
- }
+ .wide-layout {
+ max-width: none;
+ width: 100%;
+ }
.page.has-overlay .status-section > :not(.overlay) {
pointer-events: none;
@@ -580,28 +580,63 @@
pointer-events: auto;
}
- .report-table-wrapper {
- margin-bottom: 12px;
- }
+ .report-table-wrapper {
+ width: 100%;
+ max-width: none;
+ }
- .table-scroll {
- overflow-x: auto;
- }
+ .table-scroll {
+ width: 100%;
+ overflow-x: scroll !important;
+ /* 淇濊瘉楂樺害鏈夌┖闂存樉绀烘粴鍔ㄦ潯 */
+ /* 鍙�夛細璁剧疆鏈�灏忛珮搴︼紝閬垮厤鍐呭澶皯鏃舵粴鍔ㄦ潯涓嶆樉绀� */
+ min-height: 40px;
+ }
.report-title {
- font-size: 24px;
+ font-size: 32px;
font-weight: 600;
text-align: center;
margin: 0;
}
- .report-table {
- min-width: 1080px;
- width: 100%;
- border-collapse: collapse;
- font-size: 14px;
- background: #fff;
- }
+ /* 2. 鍖哄潡鏍囬 */
+ .section-title, .history-title {
+ font-size: 26px;
+ }
+
+ /* 3. 琛ㄦ牸瀛椾綋 */
+ .report-table, .report-table th, .report-table td {
+ font-size: 22px;
+ }
+
+ /* 4. 褰撳墠鎶ュ伐浜恒�佷笉鑹暟閲忕瓑杈撳叆鍖� */
+ .current-user-section,
+ .defective-section,
+ .submit-section {
+ font-size: 22px;
+ }
+
+ /* 5. 杈撳叆妗嗗瓧浣� */
+ .inp, .bad-input {
+ font-size: 28px;
+ }
+
+ /* 6. 鎸夐挳瀛椾綋 */
+ .details-btn,
+ .select-user-btn,
+ .refresh-btn-header,
+ .reset-btn-header {
+ font-size: 22px;
+ }
+
+ .report-table {
+ width: 100%;
+ min-width: 1800px;
+ /*min-width: unset;*/ /* 鍙栨秷鏈�灏忓搴﹂檺鍒� */
+ border-collapse: collapse;
+ background: #fff;
+ }
.report-table th, .report-table td {
border: 1px solid #555;
--
Gitblit v1.9.3