evidenceprime/html-docx-js

表格导出时,表格的线条消失了

Opened this issue · 1 comments

表格导出时,表格的线条消失了

.table-class table {
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}
.table-class table td {
border-left:1px solid #000000;
border-top:1px solid #000000;
}
试试