Browse Source

fix:导航栏处理

songzhen 3 months ago
parent
commit
654d52bcfe

+ 0 - 0
src/components/Navbar/LeftMenu.vue → src/components/NavigationBar/LeftMenu.vue


+ 1 - 1
src/components/Navbar/index.vue → src/components/NavigationBar/index.vue

@@ -15,7 +15,7 @@
       position="left"
       :style="{ height: '100%', width: '70%' }"
     >
-      <NavBarLeftMenu v-if="isMenuShow" @on-hide="isMenuShow = false" />
+      <NavigationBarLeftMenu v-if="isMenuShow" @on-hide="isMenuShow = false" />
     </van-popup>
   </div>
 </template>

+ 1 - 1
src/components/TravelProject/Item.vue

@@ -19,7 +19,7 @@
       <div class="text-sm text-black-6 line-clamp-2 mt-5">
         {{ itemData.remarks }}
       </div>
-      <div class="text-[#FF2020] flex items-center space-x-5">
+      <div class="text-[#FF2020] flex items-center space-x-5 mt-5">
         <span>{{ itemData.price }}</span>
         <span>{{ itemData.priceUnit }}</span>
       </div>

+ 1 - 1
src/layouts/default.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="">
-    <NavBar />
+    <NavigationBar />
     <div class="pt-60">
       <slot></slot>
     </div>

+ 0 - 2
src/pages/labour/index.vue

@@ -1,7 +1,5 @@
 <template>
   <div>
-    <!-- <Navbar title="出国劳务" /> -->
-
     <div class="px-15">
       <van-swipe
         :autoplay="3000"