From 029559f7cedded183bd1fbd09a5ebb576a9fa21d Mon Sep 17 00:00:00 2001
From: zhou zhou <zozhouo3o@gmail.com>
Date: 星期五, 17 四月 2026 12:34:23 +0800
Subject: [PATCH] #条码自定义

---
 rsf-design/src/views/basic-info/wh-mat/modules/wh-mat-print-dialog.vue |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/rsf-design/src/views/basic-info/wh-mat/modules/wh-mat-print-dialog.vue b/rsf-design/src/views/basic-info/wh-mat/modules/wh-mat-print-dialog.vue
index 56dac72..044db90 100644
--- a/rsf-design/src/views/basic-info/wh-mat/modules/wh-mat-print-dialog.vue
+++ b/rsf-design/src/views/basic-info/wh-mat/modules/wh-mat-print-dialog.vue
@@ -421,6 +421,9 @@
         position: absolute;
         overflow: hidden;
       }
+      .matnr-print-element.is-table {
+        overflow: visible;
+      }
       .matnr-print-element__text,
       .matnr-print-element__barcode,
       .matnr-print-element__qrcode,
@@ -458,12 +461,15 @@
         display: block;
       }
       .matnr-print-element__table {
-        border-collapse: collapse;
-        table-layout: fixed;
+        position: relative;
+        overflow: hidden;
       }
-      .matnr-print-element__table td {
-        padding: 0.4mm 0.8mm;
+      .matnr-print-element__table-cell {
+        box-sizing: border-box;
         vertical-align: middle;
+      }
+      .matnr-print-element__table-cell-content {
+        box-sizing: border-box;
         word-break: break-word;
       }
       </style>

--
Gitblit v1.9.1