1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

#89 remove head and body

This commit is contained in:
lana-k
2021-12-22 20:42:53 +01:00
parent c7c727ff78
commit bb9ba08902
2 changed files with 1 additions and 11 deletions

View File

@@ -84,8 +84,6 @@ export async function getPivotCanvas (pivotOutput) {
export function getPivotHtml (pivotOutput) {
return `
<head>
<meta charset="UTF-8">
<style>
table.pvtTable {
font-family: Arial, sans-serif;
@@ -112,9 +110,6 @@ export function getPivotHtml (pivotOutput) {
border: 1px solid #DFE8F3;
}
</style>
</head>
<body>
${pivotOutput.outerHTML}
</body>
`
}