From cf759b5210bef7d7146880f3c70f7ca30ae658d9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 31 五月 2024 13:36:02 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/views/mat/mat.html |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/views/mat/mat.html b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
index fa64e8d..1146866 100644
--- a/zy-asrs-wms/src/main/webapp/views/mat/mat.html
+++ b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
@@ -434,8 +434,8 @@
     <table class="contain" width="300"
            style="overflow: hidden;font-size: xx-small;table-layout: fixed;margin-top: 20px;">
         <tr style="height: 20px">
-            <td align="center" scope="col" colspan="1">鍚嶇О</td>
-            <td align="center" scope="col" colspan="1" style="">{{this.maktx}}</td>
+            <td align="center" scope="col" colspan="1" style="font-size: 10px;">鍚嶇О</td>
+            <td align="center" scope="col" colspan="1" style="font-size: 10px;">{{this.maktx}}</td>
             <td align="center" scope="col" colspan="2" rowspan="4">
                 <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="40%">
                 <div style="letter-spacing: 1px;margin-top: 1px; text-align: center">
@@ -444,39 +444,39 @@
             </td>
         </tr>
         <tr style="height: 20px">
-            <td align="center" colspan="1">瑙勬牸</td>
+            <td align="center" colspan="1" style="font-size: 10px;">瑙勬牸</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.specs}}
             </td>
         </tr>
         <tr style="height: 20px">
-            <td align="center" colspan="1">鍥惧彿</td>
+            <td align="center" colspan="1" style="font-size: 10px;">鍥惧彿</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.specs}}
             </td>
         </tr>
         <tr style="height: 20px">
-            <td align="center" colspan="1">閲嶉噺</td>
+            <td align="center" colspan="1" style="font-size: 10px;">閲嶉噺</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.specs}}
             </td>
         </tr>
         <tr style="height: 20px">
-            <td align="center" colspan="1">鏈哄瀷</td>
+            <td align="center" colspan="1" style="font-size: 10px;">鏈哄瀷</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.model}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.model}}
             </td>
-            <td align="center" colspan="1">鏉愯川</td>
+            <td align="center" colspan="1" style="font-size: 10px;">鏉愯川</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.material}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.material}}
             </td>
         </tr>
         <tr style="height: 20px">
-            <td align="center" colspan="1">鍒朵护</td>
+            <td align="center" colspan="1" style="font-size: 10px;">鍒朵护</td>
             <td align="center" colspan="1"
-                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.decrees}}
+                style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.decrees}}
             </td>
-            <td align="center" colspan="1">闀垮楂�</td>
+            <td align="center" colspan="1" style="font-size: 10px;">闀垮楂�</td>
             <td align="center" colspan="1" style="font-size: 10px;">{{this.length}}x{{this.width}}x{{this.height}}
             </td>
         </tr>

--
Gitblit v1.9.1