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:
@@ -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>
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user