From 9803cf843fc2d74ac7ace3ced936a448197f6e00 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 08 六月 2020 14:52:59 +0800 Subject: [PATCH] # --- src/main/webapp/views/matCode/matCode.html | 49 +++++++------------------------------------------ 1 files changed, 7 insertions(+), 42 deletions(-) diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html index 64d98ae..7642881 100644 --- a/src/main/webapp/views/matCode/matCode.html +++ b/src/main/webapp/views/matCode/matCode.html @@ -21,24 +21,16 @@ color: #333; } - /* ------------------------------------------------ */ + /* ------------------------- 鎵撳嵃琛ㄦ牸 ----------------------- */ .template-preview { display: inline-block; } - - .contain { - /*border: 1px solid #000;*/ - /*width: 100%;*/ } .contain td { border: 1px solid #000; /*line-height: 46px;*/ - /*text-align: center;*/ } - /*.qrcode {*/ - /* margin: 3px;*/ - /*}*/ </style> </head> <body> @@ -139,39 +131,9 @@ <fieldset class="layui-elem-field site-demo-button" style="margin-top: 30px;text-align: left;"> <legend>鎵撳嵃棰勮</legend> <div id="template-container" style="margin: 20px;text-align: center"> + <!-- 棰勮鍥� 1 --> <div id="template-preview-1" class="template-preview" style="display: none"> -<!-- <table class="contain" height="317" width="317" style="overflow: hidden">--> -<!-- <tr>--> -<!-- <td width="20%" align="right" scope="col">瀹㈡埛</td>--> -<!-- <td class="customer" width="30%" align="left" scope="col">{{this.customer}}</td>--> -<!-- <td width="80%" align="right" scope="col">棰滆壊</td>--> -<!-- <td class="color" width="30%" align="left" scope="col">1</td>--> -<!-- </tr>--> -<!-- <tr>--> -<!-- <td align="right">鐢熶骇鏃ユ湡</td>--> -<!-- <td class="createTime" align="left">{{this.createTime$}}</td>--> -<!-- <td align="right">鏁伴噺</td>--> -<!-- <td class="amount" align="left">{{this.amount}}</td>--> -<!-- </tr>--> -<!-- <tr>--> -<!-- <td align="right">鍨嬪彿鎵撳瓧</td>--> -<!-- <td class="modelType" align="left" colspan="3">{{this.modelType}}</td>--> -<!-- </tr>--> -<!-- <tr>--> -<!-- <td align="right">浜у搧鎵瑰彿</td>--> -<!-- <td class="seq" align="left">{{this.seq}}</td>--> -<!-- <td colspan="2" rowspan="3" align="right"><img class="qrcode" src="" style="width: 80%"></td>--> -<!-- </tr>--> -<!-- <tr>--> -<!-- <td align="right">瑁呮楠屽彿</td>--> -<!-- <td class="boxCheck" align="left">{{this.boxCheck}}</td>--> -<!-- </tr>--> -<!-- <tr>--> -<!-- <td align="right">绠卞彿</td>--> -<!-- <td class="boxNumber" align="left">{{this.boxNumber}}</td>--> -<!-- </tr>--> -<!-- </table>--> <table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small"> <tr> <td colspan="1" align="center" scope="col">鏉$爜</td> @@ -198,7 +160,7 @@ </div> <!-- 棰勮鍥� 2 --> - <div id="template-preview-2" class="template-preview" style="display: inline-block"> + <div id="template-preview-2" class="template-preview" style="display: none"> <table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small"> <tr> <td align="center" scope="col" width="20%" colspan="1">鐗╂枡缂栫爜</td> @@ -228,7 +190,10 @@ </div> <!-- 棰勮鍥� 3 --> - <div id="template-preview-3" class="template-preview"></div> + <div id="template-preview-3" class="template-preview" style="display: inline-block"> + + </div> + </div> </fieldset> -- Gitblit v1.9.1