Commit 62fb2f23 by doszhang

dos

parent 5472c659
......@@ -356,7 +356,7 @@ function getX(name, business) {
let idX = 212 * 2 - totalWidth / 2;
let nameX = idX + (idInfo.width * 2) + 6 * 2;
let noX = nameX + nameWidth + 21 * 2;
let businessX = noX + noInfo.width + 3 * 2;
let businessX = noX + noInfo.width * 2 + 3 * 2;
return {
idX,
......
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 sign in to comment