Commit 56573856 authored by lisong's avatar lisong

修改监管码背景图,调整参数

parent 84d265c2
......@@ -12,13 +12,13 @@ public enum ImageSizeEnums {
* 导出监管码、96333码尺寸
*/
// 监管码-大
JG_BIG("JG_BIG", "bigBg.png", 350, 350, 60, 720, 190, 0, 0, 780, 680),
JG_BIG("JG_BIG", "bigBg.png", 368, 362, 70, 705, 178, 0, 0, 720, 680),
// 监管码-中
JG_MID("JG_MID", "centreBg.png", 230, 230, 40, 480, 170, 0, 0, 520, 525),
JG_MID("JG_MID", "centreBg.png", 263, 267, 50, 460, 133, 0, 0, 480, 518),
// 监管码-小
JG_MIN("JG_MIN", "smallBg.png", 170, 170, 30, 360, 110, 0, 0, 380, 355),
JG_MIN("JG_MIN", "smallBg.png", 197, 200, 35, 350, 85, 0, 0, 365, 350),
// 96333电梯码
DT("DT", "dt.png", 170, 170, 30, 30, 110, 0, 0, 330, 355);
DT("DT", "dt.png", 170, 170, 40, 25, 105, 0, 0, 260, 350);
String code;
String bgPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment