Se modifico Pedimento detail se empezaron a agregar elementos del auditor y detalle completo del pedimento

This commit is contained in:
2025-10-01 21:12:38 -06:00
parent 4a0e5dfa1c
commit 347d59b6c1
9 changed files with 3329 additions and 1006 deletions

View File

@@ -1044,11 +1044,11 @@ export default function Procesos() {
style={{
overflowY: 'visible' // Permitir que los dropdowns se muestren fuera del contenedor
}}>
<table className="min-w-full divide-y divide-gray-200 relative"
<table className="min-w-full divide-y divide-gray-300 relative"
style={{ position: 'relative', zIndex: 1 }}>
<thead className="bg-gradient-to-r from-gray-50 to-slate-50 sticky top-0 z-10">
<thead className="bg-gray-50 sticky top-0 z-10">
<tr>
<th className="px-4 py-4 text-center text-xs font-bold text-gray-600 uppercase tracking-wider rounded-tl-2xl">
<th scope="col" className="px-6 py-3 text-center text-xs font-medium text-gray-500 uppercase tracking-wider rounded-tl-2xl">
<input
type="checkbox"
checked={isSelectAll}