This commit is contained in:
parent
fcca2b65c2
commit
b1109af1e8
|
@ -7,11 +7,11 @@ table {
|
|||
border: 1px solid;
|
||||
width: 100%;
|
||||
font-size: inherit;
|
||||
page-break-before: always;
|
||||
}
|
||||
td {
|
||||
border: 1px solid;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
span {
|
||||
font-size: 48px;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<table v-for="buy in buys" style="break-before: page">
|
||||
<table v-for="buy in buys">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
|
Loading…
Reference in New Issue