Se modifico Pedimento detail se empezaron a agregar elementos del auditor y detalle completo del pedimento
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user