소스 검색

Update Home.vue

liuziting 7 달 전
부모
커밋
10de617472
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -254,9 +254,9 @@
                 top: tooltipPosition.y + 'px'
                 top: tooltipPosition.y + 'px'
             }"
             }"
         >
         >
-            <div class="bg-white border-2 border-black rounded-lg shadow-lg p-4 max-w-xs mb-2">
+            <div class="bg-white border-2 border-black rounded-lg shadow-lg p-2 max-w-xs mb-2">
                 <div class="flex items-center gap-2 mb-2">
                 <div class="flex items-center gap-2 mb-2">
-                    <span class="text-lg">{{ getHoveredCuisine()?.avatar }}</span>
+                    <!-- <span class="text-lg">{{ getHoveredCuisine()?.avatar }}</span> -->
                     <h4 class="font-bold text-dark-800">{{ getHoveredCuisine()?.name }}</h4>
                     <h4 class="font-bold text-dark-800">{{ getHoveredCuisine()?.name }}</h4>
                 </div>
                 </div>
                 <p class="text-sm text-gray-600 mb-2">{{ getHoveredCuisine()?.description }}</p>
                 <p class="text-sm text-gray-600 mb-2">{{ getHoveredCuisine()?.description }}</p>