使用 jspdf 库生成 pdf 文件
doc.autoTable({
html: '.table',
theme: 'grid',
styles: {
//font: 'PTSans',
fontSize: 12,
halign: 'center',
minCellHeight: 13
},
startY: 75,
useCss: boolean = true,
tableWidth: 143,
});
使用 jspdf 库生成 pdf 文件
doc.autoTable({
html: '.table',
theme: 'grid',
styles: {
//font: 'PTSans',
fontSize: 12,
halign: 'center',
minCellHeight: 13
},
startY: 75,
useCss: boolean = true,
tableWidth: 143,
});
我将链接设置为白色,现在它位于列中并且一切正常