Browse Source

update anchor color

fengchang 1 year ago
parent
commit
7417f58e4a
1 changed files with 6 additions and 4 deletions
  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 }}