wei 1 долоо хоног өмнө
parent
commit
bfbb46adb1

+ 2 - 2
src/components/banner/index.vue

@@ -88,14 +88,14 @@ export default {
         width: 100%;
       }
       .banner_content{
-        width: 100%;
+        // width: 100%;
         position: absolute;
         left: 0.2rem;
         top: 50%;
         transform: translate(0%,-50%);
         color: #fff;
         .banner_text{
-          width: 100%;
+          // width: 100%;
           font-size: 0.28rem;
         }
       }

+ 3 - 3
src/components/homeHeader.vue

@@ -37,12 +37,12 @@
           <el-menu class="el-menu-demo" default-active="1" background-color="#005bab" text-color="#ffffff" active-text-color="#ffffff" @select="handleSelect">
             <el-menu-item index="home">{{ $t("nav.Overview") }}</el-menu-item>
             <el-menu-item index="article">{{ $t("nav.RelatedArticles") }}</el-menu-item>
-            <!-- <el-menu-item index="product">{{ $t("nav.ProductDetails") }}</el-menu-item> -->
+            <el-menu-item index="product">{{ $t("nav.ProductDetails") }}</el-menu-item>
             <el-menu-item index="antibody">{{ $t("nav.AntibodyDatabase") }}</el-menu-item>
             <!-- <el-menu-item index="promotion">Promotion</el-menu-item> -->
-            <!-- <el-menu-item index="profile">{{ $t("nav.MaterialsDownload") }}</el-menu-item> -->
+            <el-menu-item index="profile">{{ $t("nav.MaterialsDownload") }}</el-menu-item>
             <!-- <el-menu-item index="">Materials Download</el-menu-item> -->
-            <el-menu-item index="contact">{{ $t("button.contactUs") }}</el-menu-item>
+            <!-- <el-menu-item index="contact">{{ $t("button.contactUs") }}</el-menu-item> -->
           </el-menu>
         </div>
       </div>