Added a little barcode scanner testing page (references #362)

This commit is contained in:
Bernd Bestel
2019-09-21 20:01:49 +02:00
parent 4eabee3db7
commit c32ea087df
8 changed files with 182 additions and 2 deletions

View File

@@ -8,4 +8,20 @@
<script src="{{ $U('/node_modules/quagga/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
@endpush
@push('pageStyles')
<style>
#barcodescanner-start-button {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 5px;
z-index: 1000;
}
.combobox-container #barcodescanner-start-button {
margin-right: 36px !important;
}
</style>
@endpush
@endif