From a3ac583ba98255a06297e322a9a7185f0df1c671 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 08 六月 2020 08:52:45 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/matCode/matCode.html |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html
index d70d557..bb9697b 100644
--- a/src/main/webapp/views/matCode/matCode.html
+++ b/src/main/webapp/views/matCode/matCode.html
@@ -24,16 +24,16 @@
         /* ------------------------------------------------  */
         .contain {
             border: 1px solid #000;
-            width: 100%;
+            /*width: 100%;*/
         }
-        .contain td {
-            border: 1px solid #000;
-            line-height: 46px;
-            text-align: center;
-        }
-        .qrcode {
-            margin: 3px;
-        }
+        /*.contain td {*/
+        /*    border: 1px solid #000;*/
+        /*    line-height: 46px;*/
+        /*    text-align: center;*/
+        /*}*/
+        /*.qrcode {*/
+        /*    margin: 3px;*/
+        /*}*/
     </style>
 </head>
 <body>
@@ -121,14 +121,11 @@
 </div>
 
 <!-- 鎵撳嵃鎿嶄綔寮圭獥 -->
-<div id="printDataDiv" style="display: none;padding: 20px 40px">
-
-
-
+<div id="printDataDiv" style="display: none;padding: 20px">
     <div id="template-container">
-        <div class="template-preview">
-
-            <table height="317" style="overflow: hidden;width: 100%">
+        <!-- 棰勮鍥� 1 -->
+        <div id="template-preview-1" class="template-preview">
+            <table height="317" width="317" style="overflow: hidden">
                 <tr><td valign="middle">
                     <table class="contain">
                         <tr>
@@ -163,9 +160,10 @@
                     </table>
                 </td></tr>
             </table>
-
         </div>
+        <!-- 棰勮鍥� 2 -->
         <div class="template-preview"></div>
+        <!-- 棰勮鍥� 3 -->
         <div class="template-preview"></div>
     </div>
 </div>

--
Gitblit v1.9.1