:fix: rowSpan continue cell should has the same border to the first row cell

This commit is contained in:
wangfengming
2020-06-20 20:20:22 +08:00
parent e8f92efe05
commit 3977c8ab3b
2 changed files with 33 additions and 7 deletions

View File

@ -87,6 +87,7 @@ export class Table extends XmlComponent {
for (let i = rowIndex + 1; i <= endRowIndex; i++) {
rows[i].addCellToIndex(
new TableCell({
borders: cell.options.borders,
children: [],
verticalMerge: VerticalMergeType.CONTINUE,
}),