|
@@ -69,7 +69,7 @@
|
|
class="col-11 col-sm-10 flex text-h6 q-pl-sm"
|
|
class="col-11 col-sm-10 flex text-h6 q-pl-sm"
|
|
style="align-items: center"
|
|
style="align-items: center"
|
|
>
|
|
>
|
|
- {{ days - 1 }} {{ $t("nights") }} {{ days }} {{ $t("days") }}
|
|
|
|
|
|
+ {{ days - 1 }} nights {{ days }} days
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
v-if="productTypeId === FLIGHTPRODUCTTYPE"
|
|
v-if="productTypeId === FLIGHTPRODUCTTYPE"
|
|
@@ -248,12 +248,7 @@
|
|
>
|
|
>
|
|
<div
|
|
<div
|
|
class="col-12"
|
|
class="col-12"
|
|
- style="
|
|
|
|
- background-color: white;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
- "
|
|
|
|
|
|
+ style="background-color: white"
|
|
v-html="productDescription"
|
|
v-html="productDescription"
|
|
></div>
|
|
></div>
|
|
</div>
|
|
</div>
|