@@ -298,7 +298,7 @@
</tr>
<tr>
<td colspan="2">
- <p style="padding-top: 20px">{{ exportForm.notes }}</p>
+ <p style="padding-top: 20px" v-html="exportForm.notes.replace(/\n/g, '<br>')"></p>
</td>
@@ -485,12 +485,12 @@ const formatNumber = (number: number, no00 = false) => {
<style lang="scss" scoped>
$subColor: #777;
.pdf-wrap {
- position: fixed;
- // top: 0;
- // left: 0;
+ // position: fixed;
+ top: 0;
+ left: 0;
// z-index: 9999;
- top: -9999px;
- right: -9999px;
+ // top: -9999px;
+ // right: -9999px;
box-sizing: border-box;
width: 21cm;
margin: 0 auto 12px;