From 19c577f0000ff0f8d7c88a86e4d08441c629c8a4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 20 四月 2026 14:57:40 +0800
Subject: [PATCH] fix: 打印样式调整

---
 src/views/salesManagement/salesLedger/index.vue |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/views/salesManagement/salesLedger/index.vue b/src/views/salesManagement/salesLedger/index.vue
index 95db2b1..740371d 100644
--- a/src/views/salesManagement/salesLedger/index.vue
+++ b/src/views/salesManagement/salesLedger/index.vue
@@ -503,7 +503,7 @@
 								</div>
 							</div>
 
-							<span style="font-size: 16px; margin-top: 5px;">璐х墿璇︾粏淇℃伅锛�</span>
+							<span style="font-size: 20px; margin-top: 5px;">璐х墿璇︾粏淇℃伅锛�</span>
 							<div class="table-section">
 								<table class="product-table">
 									<thead>
@@ -555,7 +555,7 @@
                   <div style="height: 35px; text-align: center; display: flex; align-items: center; justify-content: center;">浠撳簱</div>
 								</div>
 							</div>
-              <div style="margin: 10px 0;">
+              <div style="margin: 10px 0; font-size: 20px;">
                 <span>澶囨敞锛� 璐靛叕鍙稿湪鏀惰揣鍚庤鍗冲埢鏍稿疄鏁伴噺鍙婂搧璐紝鑻ユ湁寮傝锛岃鍦�3鏃ュ唴鎻愬嚭锛屽惁鍒欒涓烘敹濡ャ��</span>
               </div>
               <div class="footer">
@@ -1561,8 +1561,8 @@
         .delivery-note {
           width: 100%;
           height: 100%;
-          font-size: 16px;
-          line-height: 1.2;
+          font-size: 18px;
+          line-height: 1.5;
           display: flex;
           flex-direction: column;
           color: #000;
@@ -1572,12 +1572,12 @@
           margin-bottom: 8px;
         }
         .company-name {
-          font-size: 28px;
+          font-size: 32px;
           font-weight: bold;
           margin-bottom: 4px;
         }
         .document-title {
-          font-size: 25px;
+          font-size: 28px;
           font-weight: bold;
           letter-spacing: 10px;
         }
@@ -1587,17 +1587,17 @@
           align-items: center;
         }
         .info-row {
-          line-height: 20px;
+          line-height: 26px;
         }
         .label {
           font-weight: bold;
           min-width: 60px;
-          font-size: 16px;
+          font-size: 20px;
         }
         .value {
           margin-right: 20px;
           min-width: 80px;
-          font-size: 16px;
+          font-size: 20px;
         }
         .table-section {
           margin-bottom: 4px;
@@ -1613,11 +1613,11 @@
           border: 1px solid #000;
           padding: 6px;
           text-align: center;
-          font-size: 16px;
+          font-size: 20px;
           line-height: 1.4;
         }
         .product-table th {
-          font-size: 18px;
+          font-size: 20px;
           font-weight: bold;
         }
         .total-value {
@@ -1638,17 +1638,17 @@
             width: 50%;
           }
           .info-row {
-            line-height: 20px;
+            line-height: 26px;
           }
           .label {
             font-weight: bold;
             min-width: 60px;
-            font-size: 16px;
+            font-size: 20px;
           }
           .value {
             margin-right: 20px;
             min-width: 80px;
-            font-size: 16px;
+            font-size: 20px;
           }
         }
         @media print {
@@ -1659,10 +1659,10 @@
           .print-page {
             box-shadow: none;
             margin: 0;
-            padding-right: 30mm;
+            padding-right: 10mm;
             page-break-inside: avoid;
             page-break-after: always;
-            font-size: 16px;
+            font-size: 20px;
           }
           .print-page:last-child {
             page-break-after: avoid;

--
Gitblit v1.9.3