File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/views/admin/manual_printing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<!-- Layout 2 Columnas -->
15
15
< div class ="px-6 pb-6 ">
16
- < div class ="grid grid-cols-1 lg:grid-cols-2 gap-6 "
16
+ < div class ="grid grid-cols-1 lg:grid-cols-3 gap-6 "
17
17
data-controller ="serial printer print-form "
18
18
data-serial-base-url-value ="/api/serial "
19
19
data-serial-auto-connect-value ="true "
20
20
data-action ="serial:weightRead->print-form#updateWeight serial:labelPrinted->print-form#onLabelPrinted ">
21
21
22
22
<!-- Columna Izquierda: Información -->
23
- < div class ="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 ">
23
+ < div class ="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 lg:col-span-1 ">
24
24
< div class ="flex items-center justify-between mb-6 ">
25
25
< h2 class ="text-xl font-bold text-gray-900 "> Información de Dispositivos</ h2 >
26
26
< div class ="p-2 rounded-full bg-blue-gem-100 ">
53
53
</ div >
54
54
55
55
<!-- Columna Derecha: Configuración de Etiqueta -->
56
- < div class ="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 ">
56
+ < div class ="bg-white rounded-xl border border-blue-gem-200 shadow-sm p-6 lg:col-span-2 ">
57
57
< div class ="flex items-center justify-between mb-6 ">
58
58
< h2 class ="text-xl font-bold text-gray-900 "> Configuración de Etiqueta</ h2 >
59
59
< div class ="p-2 rounded-full bg-blue-gem-100 ">
You can’t perform that action at this time.
0 commit comments