From 3c066629175295b00031cfa6f15317d04573470b Mon Sep 17 00:00:00 2001 From: mpuebla Date: Tue, 10 Sep 2019 11:52:51 -0300 Subject: [PATCH] Cambio para poder hacer scrol en al pantalla de comanda. --- src/app/components/comanda/comanda.component.html | 103 ++++++++++++---------- src/app/components/comanda/comanda.component.scss | 4 + 2 files changed, 58 insertions(+), 49 deletions(-) diff --git a/src/app/components/comanda/comanda.component.html b/src/app/components/comanda/comanda.component.html index ce624fa..54ad2e5 100644 --- a/src/app/components/comanda/comanda.component.html +++ b/src/app/components/comanda/comanda.component.html @@ -1,4 +1,4 @@ -
+
@@ -6,60 +6,65 @@
-
+

Pedidos a elaborar

-
-
-
-

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}

- -

{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}

-

- - {{detalle.articulo.DET_LAR}} -
- - CANT. {{detalle.cantidad}} - -

- - - +
+
+
+
+
+

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}

+ +

{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}

+

+ + {{detalle.articulo.DET_LAR}} +
+ + CANT. {{detalle.cantidad}} + +

+ + + +
+
+
diff --git a/src/app/components/comanda/comanda.component.scss b/src/app/components/comanda/comanda.component.scss index 47e51a6..228e52e 100644 --- a/src/app/components/comanda/comanda.component.scss +++ b/src/app/components/comanda/comanda.component.scss @@ -9,6 +9,10 @@ } } +.h-85{ + height: 85% !important; +} + @media (min-width: 1200px) { .card-columns { column-count: 7 !important; -- 1.9.1