refactor: pdf style

This commit is contained in:
Methapon Metanipat 2024-10-17 09:34:30 +07:00
parent 6cf9a90f70
commit eb0465ebc5

View file

@ -251,8 +251,8 @@ td {
display: flex;
gap: 1rem;
margin-inline: auto;
background: white;
width: 8in;
background: var(--gray-3);
width: calc(8.3in + 1rem);
}
.container :deep(*) {
@ -260,6 +260,7 @@ td {
}
.content {
width: 100%;
padding: 0.5in;
align-items: center;
background: white;
page-break-after: always;
@ -289,5 +290,9 @@ hr {
gap: 0;
width: 100%;
}
.content {
padding: 0;
}
}
</style>