Browse Source

fix:ui优化

qiao 2 months ago
parent
commit
27f81d4876
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/yj/[id].vue

+ 2 - 2
src/pages/yj/[id].vue

@@ -192,7 +192,7 @@
             <div class="text-[16px] font-bold text-black-3">热门游记</div>
           </div>
           <div class="">
-            <NuxtLink :to="`/yj/${item.id}`" class="group flex cursor-pointer items-center space-x-10 py-10" v-for="(item, index) in dataList.dataList
+            <NuxtLink :to="`/yj/${item.id}`" class="group flex cursor-pointer items-center space-x-10 py-10 border-b" v-for="(item, index) in dataList.dataList
 " :key="item.id">
               <div v-if="index<4" class="w-[15px] h-[15px] bg-[#000] text-[#fff] rounded flex items-center justify-center" :style="{background:['#FD9A00','#33B724','#F02626','#CACACA'][index]}" >
                 {{ index + 1 }}
@@ -213,7 +213,7 @@
           </div>
         </div>
         <div class="h-[100px]"></div>
-        <div @click.stop="" class="fixed bottom-0 left-0 w-full bg-[#fff] pt-10 pb-20 border">
+        <div @click.stop="" class="fixed bottom-0 left-0 w-full bg-[#fff] pt-10 pb-30 border">
           <div v-if="replyComment.id" class="text-center relative">
             回复 <span class="text-[#f40]">{{ replyComment?.commentUserIdDictMap?.name }}:</span>
             <div class="absolute right-10 top-0">