!541 修复绘制单个抽屉bug

pull/541/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent 04c708f941
commit 8109b2f373

@ -360,7 +360,7 @@ export class DrawDrawrer implements Command
if (typeof rowHeigh === "number")
rowTemplate.HParam.expr = rowHeigh - opt.topExt - opt.bottomExt + opt.bottomSpace + opt.topSpace;
else
rowTemplate.HParam.expr = `${rowHeigh}-__SG-__XG+__YLJXS+__YLJXX`;
rowTemplate.HParam.expr = `${rowHeigh}-__SYS-__XYS+__YLJXS+__YLJXX`;
}
else if (currentRow === 0)
{

Loading…
Cancel
Save