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 | 39 ++++++++++++++++++++++-----------------
1 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/components/WorkOrderPrint.vue b/components/WorkOrderPrint.vue
index 03805e6..ff9cc40 100644
--- a/components/WorkOrderPrint.vue
+++ b/components/WorkOrderPrint.vue
@@ -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,13 +580,18 @@
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: 32px;
@@ -625,13 +630,13 @@
font-size: 22px;
}
- .report-table {
- min-width: 1080px;
- width: 100%;
- border-collapse: collapse;
- font-size: 14px;
- background: #fff;
- }
+ .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