From 0b671b7cc0dbc97285df38adafbbaeb83ddd5ea8 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 01 七月 2020 15:24:40 +0800 Subject: [PATCH] # --- src/main/webapp/views/matCode/matCode.html | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html index 9b408bd..89361d1 100644 --- a/src/main/webapp/views/matCode/matCode.html +++ b/src/main/webapp/views/matCode/matCode.html @@ -37,6 +37,7 @@ /* ------------------------- 鎵撳嵃琛ㄦ牸 ----------------------- */ .template-preview { + height: 200px; display: inline-block; } .contain { @@ -158,16 +159,16 @@ <!-- 棰勮鍥� 1 --> <div id="template-preview-1" class="template-preview" style="display: inline-block"> <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> - <tr style="height: 55px"> + <tr style="height: 74px"> <td colspan="3" align="center" scope="col">鐗╂枡缂栫爜</td> <td class="barcode" colspan="9" align="center" scope="col"> - <img class="template-code template-barcode" src="" width="80%;"> + <img class="template-code template-barcode" src="" width="90%;"> <div style="letter-spacing: 2px;margin-top: 1px; text-align: center;"> <span>xxxxxx</span> </div> </td> </tr> - <tr style="height: 55px"> + <tr style="height: 74px"> <td align="center" colspan="3">鐗╂枡鍚嶇О</td> <td align="center" colspan="5">xxxxxx-xx/xx</td> <td align="center" colspan="2">鍗曚綅</td> @@ -179,15 +180,15 @@ <!-- 棰勮鍥� 2 --> <div id="template-preview-2" class="template-preview" style="display: none"> <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> - <tr style="height: 25px"> + <tr style="height: 30px"> <td align="center" width="20%">鐗╂枡鍚嶇О</td> <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">xxxxxxx</td> </tr> - <tr style="height: 25px"> + <tr style="height: 30px"> <td align="center" width="20%">鐗╂枡鍗曚綅</td> <td align="center" width="80%">xxxxxxxx</td> </tr> - <tr style="height: 61px;"> + <tr style="height: 75px;"> <td align="center" colspan="2" width="100%" style="border: none"> <img class="template-code template-barcode" src="" width="80%"> <div style="letter-spacing: 2px;margin-top: 1px; text-align: center"> @@ -269,15 +270,15 @@ <script type="text/template" id="templatePreview2" class="template-barcode"> {{#each data}} <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> - <tr style="height: 25px"> + <tr style="height: 35px"> <td align="center" width="20%">鐗╂枡鍚嶇О</td> <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.matName}}</td> </tr> - <tr style="height: 25px"> + <tr style="height: 35px"> <td align="center" width="20%">鐗╂枡鍗曚綅</td> <td align="center" width="80%">{{this.str1}}</td> </tr> - <tr style="height: 61px;"> + <tr style="height: 79px;"> <td align="center" colspan="2" width="100%" style="border: none"> <img class="template-code" src="{{this.barcodeUrl}}" width="80%"> <div style="letter-spacing: 2px;margin-top: 1px; text-align: center"> -- Gitblit v1.9.1