Parcourir la source

Added rent to commercial

master
30117125 il y a 4 ans
Parent
révision
601a8cc529
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12
    1
      src/components/property/propertyCardSearch.vue

+ 12
- 1
src/components/property/propertyCardSearch.vue Voir le fichier

@@ -56,7 +56,18 @@
56 56
             <router-link :to="`/property/commercial/property/${currentProperty.id}`">
57 57
               <div class="portfolio-item p-4 wow fadeInUp justify-content-md-center">
58 58
                 <div class="feature-top pt-3 mb-2">
59
-                  <h3>{{ currentProperty.displayPrice }}</h3>
59
+                  <div class="pb-2">
60
+                    <h3 style="color:white !important;display:inline">
61
+                      {{ currentProperty.displayPrice }}
62
+                    </h3>
63
+                    <p
64
+                      v-if="!currentProperty.isSale"
65
+                      class="ml-1"
66
+                      style="display:inline; color:white"
67
+                    >
68
+                      Per Month
69
+                    </p>
70
+                  </div>
60 71
                   <img
61 72
                     style="height:165px; object-fit: cover;"
62 73
                     :src="currentProperty.displayImage"

Chargement…
Annuler
Enregistrer