diff --git a/src/App.vue b/src/App.vue index a27755f..0d77483 100644 --- a/src/App.vue +++ b/src/App.vue @@ -443,7 +443,16 @@ table { max-height: 100%; padding: 0; } - + + table { + page-break-inside: auto; + } + + tr { + page-break-inside: avoid; + page-break-after: auto; + } + select { display: none; }