, correção da pagina de gerar romaneio e outros fix

This commit is contained in:
2026-08-28 11:31:44 -03:00
parent c454cb8cc7
commit e778036df5
10 changed files with 282 additions and 7 deletions

View File

@@ -436,9 +436,11 @@
</tbody>
</table>
</div>
<div id="pagamentos-feitos-paginacao" class="flex items-center justify-between mt-3 hidden">
<div id="pagamentos-feitos-paginacao" class="flex flex-wrap items-center justify-between gap-2 mt-3 hidden">
<p class="text-gray-400 text-xs" id="pagamentos-feitos-info"></p>
<div class="flex gap-1" id="pagamentos-feitos-abas"></div>
<%# flex-wrap: com muitas páginas a fila de abas passava da largura da tela
e o dashboard inteiro ganhava scroll horizontal (1338px em 1280px). %>
<div class="flex flex-wrap justify-end gap-1" id="pagamentos-feitos-abas"></div>
</div>
<% else %>
<p class="text-gray-400 text-sm py-3">Nenhum pagamento realizado neste período.</p>
@@ -472,9 +474,9 @@
</tbody>
</table>
</div>
<div id="pagamentos-pendentes-paginacao" class="flex items-center justify-between mt-3 hidden">
<div id="pagamentos-pendentes-paginacao" class="flex flex-wrap items-center justify-between gap-2 mt-3 hidden">
<p class="text-gray-400 text-xs" id="pagamentos-pendentes-info"></p>
<div class="flex gap-1" id="pagamentos-pendentes-abas"></div>
<div class="flex flex-wrap justify-end gap-1" id="pagamentos-pendentes-abas"></div>
</div>
<% else %>
<p class="text-gray-400 text-sm py-3">Nenhuma pendência no período. <%= icone :sucesso, cor: 'text-green-500', espaco: false %></p>