Explorar el Código

update anchor color

fengchang hace 1 año
padre
commit
7417f58e4a
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  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 }}