mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
amélioration de l'impression des monstres et des sorts
This commit is contained in:
parent
b21fe6bf2c
commit
49a36a7567
3 changed files with 26 additions and 7 deletions
|
|
@ -56,8 +56,8 @@
|
|||
</v-data-table>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-print-block column-count-2">
|
||||
<div v-for="monster in monsters">
|
||||
<div class="d-none d-print-block print-column-count-2 column-count-2">
|
||||
<div class="print-monster print-break-avoid-column" v-for="monster in monsters">
|
||||
<div v-if="!isHiddenPrint(monster)">
|
||||
<h1 class="d-flex align-center">
|
||||
<div class="mr-4">{{ monster.title }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue