소스 검색

update anchor color

fengchang 1 년 전
부모
커밋
7417f58e4a
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      hichina-main-front-mobile-first/src/pages/DestinationPage.vue

+ 6 - 4
hichina-main-front-mobile-first/src/pages/DestinationPage.vue

@@ -32,10 +32,12 @@
               :src="normalizeMultiImageUrl(item.destinationProfileImage)"
             >
               <div class="absolute-bottom">
-                <div class="text-h6">
-                  <a :href="'./destination-detail/' + item.destinationId">{{
-                    item.destinationName
-                  }}</a>
+                <div class="text-h6 text-white">
+                  <a
+                    style="color: inherit"
+                    :href="'./destination-detail/' + item.destinationId"
+                    >{{ item.destinationName }}</a
+                  >
                 </div>
                 <div class="text-subtitle2">
                   {{ item.parentDestinationName }}