fix : second display layout

- show item and QR seperately
- show total amount and receipt no on the ui
This commit is contained in:
aungthetkhaing
2025-05-23 14:21:54 +06:30
parent a12cd193c4
commit 40dc0950f9
4 changed files with 220 additions and 145 deletions

View File

@@ -94,7 +94,7 @@
<%= render 'slider' %>
</div>
<div class="item hidden h-100" id="second_display_items">
<div class="item hidden" id="second_display_items" style="max-height: 80%;">
<%= render 'second_display' %>
</div>
</div>