fix style

This commit is contained in:
巴里切罗
2018-07-27 17:26:23 +08:00
parent fc27e44471
commit 2aca988c0b

View File

@ -88,7 +88,7 @@ export class TableRow extends XmlComponent {
this.cells.splice(ix + 1, cellSpan - 1); this.cells.splice(ix + 1, cellSpan - 1);
this.root.splice(ix + 2, cellSpan - 1); this.root.splice(ix + 2, cellSpan - 1);
return remainCell return remainCell;
} }
} }