Actualizar servicios2.html
This commit is contained in:
@@ -149,10 +149,10 @@
|
||||
</div>
|
||||
|
||||
<form onsubmit="saveNewService(event)" class="flex-1 overflow-y-auto no-scrollbar p-6 bg-slate-50/50">
|
||||
<div class="grid grid-cols-1 md:grid-cols-12 gap-8">
|
||||
<div class="grid grid-cols-1 md:grid-cols-12 gap-8 items-stretch">
|
||||
|
||||
<div class="md:col-span-7 flex flex-col space-y-6">
|
||||
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm space-y-4 shrink-0">
|
||||
<div class="md:col-span-7 flex flex-col gap-6">
|
||||
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm space-y-4">
|
||||
<h4 class="font-black text-slate-800 uppercase text-xs flex items-center gap-2 border-b border-slate-100 pb-3 mb-4">
|
||||
<i data-lucide="user" class="w-4 h-4 text-blue-500"></i> Datos del Cliente
|
||||
</h4>
|
||||
@@ -193,12 +193,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm flex flex-col flex-1">
|
||||
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm flex flex-col flex-grow">
|
||||
<h4 class="font-black text-slate-800 uppercase text-xs flex items-center gap-2 border-b border-slate-100 pb-3 mb-4 shrink-0">
|
||||
<i data-lucide="align-left" class="w-4 h-4 text-amber-500"></i> Detalles de la Avería
|
||||
</h4>
|
||||
<div class="flex flex-col flex-grow relative min-h-[140px]">
|
||||
<label class="label-modern shrink-0">Descripción</label>
|
||||
<textarea id="nDesc" placeholder="Describe el problema a reparar..." class="input-modern resize-none flex-1 w-full" style="min-height: 120px;"></textarea>
|
||||
<textarea id="nDesc" placeholder="Describe el problema a reparar..." class="input-modern resize-none absolute inset-0 top-[22px] w-full"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user