Browse Source

Revert "modify productPage->middle"

This reverts commit 97a56eabdd15472693792c8f354f349e0cdfd864.
Timmy 1 year ago
parent
commit
221b43db54
1 changed files with 2 additions and 7 deletions
  1. 2 7
      hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue

+ 2 - 7
hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue

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