From b3cc369a3c0e4b8e92ce7607629aaa3c40e19fb6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 30 七月 2020 15:31:23 +0800 Subject: [PATCH] #当前本版十分完美、冻结 --- src/main/webapp/views/matCode/matCode.html | 2 +- src/main/java/com/zy/common/utils/BarcodeUtils.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/common/utils/BarcodeUtils.java b/src/main/java/com/zy/common/utils/BarcodeUtils.java index 6705f88..f2912db 100644 --- a/src/main/java/com/zy/common/utils/BarcodeUtils.java +++ b/src/main/java/com/zy/common/utils/BarcodeUtils.java @@ -19,7 +19,7 @@ public class BarcodeUtils { private static final int DEFAULT_WIDTH = 110; - private static final int DEFAULT_HEIGHT = 40; + private static final int DEFAULT_HEIGHT = 35; /** * 鏉″舰鐮佺紪鐮� diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html index c026c51..ae181be 100644 --- a/src/main/webapp/views/matCode/matCode.html +++ b/src/main/webapp/views/matCode/matCode.html @@ -284,7 +284,7 @@ <table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> <tr style="height: 74px"> <td align="center" scope="col" colspan="1">鐗╂枡鍚嶇О</td> - <td align="center" scope="col" colspan="1" style="">{{this.matName}}</td> + <td align="center" scope="col" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.matName}}</td> <td align="center" scope="col" colspan="2" rowspan="2"> <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%"> <div style="letter-spacing: 1px;margin-top: 1px; text-align: center"> -- Gitblit v1.9.1