@@ -224,7 +224,7 @@ let zmhs_obj = {
if(cus_coe){
for(let i =0;i< cus_coe.coes.length;i++){
newString += me.getOneRow(cus_coe.coes[i].coeType, i, cus_coe.coes[i].coeType,height);
- offect += height +1
+ offect += height +3
}
newString += "</table></form><div style='height:"+ height+"px'><div onclick='zmhs_obj.coeSheet.endEdit()' style='margin:-1px 1px 0px'>自定义系数</div></div>";