fuck this. we sticking to latex
This commit is contained in:
parent
71fe791ef7
commit
0d9ecf1fb9
8 changed files with 130 additions and 12 deletions
9
src/routes/zhen/notes/physics/sharedComps/A4.svelte
Normal file
9
src/routes/zhen/notes/physics/sharedComps/A4.svelte
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div style="width: 210mm; height: 297mm;" class="bg-white overflow-y-auto overflow-x-hidden">
|
||||
<div class="flex flex-col h-full">
|
||||
<div {...$$restProps}>
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<div class="border-b-2 mt-auto mb-0 border-dashed border-slate-600 hide-on-print"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue