mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 06:18:48 +00:00
17 lines
207 B
HTML
17 lines
207 B
HTML
<style>
|
|
@page {
|
|
width: 24mm;
|
|
height: 24mm;
|
|
padding: 1mm;
|
|
}
|
|
|
|
.qr {
|
|
margin: 2px;
|
|
width: 22mm;
|
|
height: 22mm;
|
|
}
|
|
|
|
</style>
|
|
|
|
<img class='qr' src="{{ label_tools.qr_code(item.barcode) }}"/>
|