mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 14:58:50 +00:00
17 lines
211 B
HTML
17 lines
211 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(location.barcode) }}"/>
|