From c2115fb5eb448f31e16a4570442ee88409fef675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20P=C3=ADsa=C5=99?= Date: Tue, 9 Feb 2021 21:05:01 +0100 Subject: [PATCH] card --- public/style.css | 5 ++ src/App.vue | 144 +++++++++++++++++++++++++---------------------- 2 files changed, 82 insertions(+), 67 deletions(-) diff --git a/public/style.css b/public/style.css index e69de29..2bcee63 100644 --- a/public/style.css +++ b/public/style.css @@ -0,0 +1,5 @@ +.card { + width: 20rem; + top: 50px; + left: 225px; +} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 9df318b..e118ade 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,81 +3,91 @@

Letenka

-

Parametry letu

-
-

Typ letenky: - -

-
-
-

Destinace: - -

-
-
-

Třída: - -

-
-
-

- -

-
-
-

- - -

-
-
-
-
{{ seat }}
-
- {{ seat }} +
+
+

Parametry letu

+
+

Typ letenky: + +

+
+
+

Destinace: + +

+
+
+

Třída: + +

+
+
+

+ Datum odletu: + +

+
+
+

+ + +

-
- {{ seat }} +
+
+
{{ seat }}
+
+ {{ seat }} +
+
+ {{ seat }} +
+
+ +
- -
-
-

Objednavka

-

- Typ cesty: {{ travelType.text }} -

+ -

- Destinace: {{ locationType.text }} -

+
+
+
+

Objednavka

+

+ Typ cesty: {{ travelType.text }} +

-

- Třída: {{ classType.text }} -

-

- Datum odletu: - {{ departureDate.getDate() }}. {{ departureDate.getMonth() + 1 }}. {{ departureDate.getFullYear() }} -

-

- Počet cestujcích: {{ personCount }} -

+

+ Destinace: {{ locationType.text }} +

-
- Vybraná místa: -
{{ seat }}
-
+

+ Třída: {{ classType.text }} +

+

+ Datum odletu: + {{ departureDate.getDate() }}. {{ departureDate.getMonth() + 1 }}. {{ departureDate.getFullYear() }} +

+

+ Počet cestujcích: {{ personCount }} +

+
+ Vybraná místa: +
{{ seat }}
+
+
+