evidenceprime / html-docx-js

Converts HTML documents to DOCX in the browser
http://evidenceprime.github.io/html-docx-js/
MIT License
1.06k stars 288 forks source link

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

Open liuqihappy opened 5 years ago

liuqihappy commented 5 years ago

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

East333 commented 5 years ago

.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; } 试试