Kaynağa Gözat

Styling

master
30117125 4 yıl önce
ebeveyn
işleme
6001311808

+ 1
- 1
src/App.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
7 7
     <SearchTab v-if="!isLandingPage" />
8 8
     <NavBar v-if="!isLandingPage" @routerGoTo="routerGoTo" />
9 9
     <div v-if="!isLandingPage"></div>
10
-    <router-view @setLandingPage="setLandingPage" style="margin-top:190px" />
10
+    <router-view @setLandingPage="setLandingPage" style="margin-top:140px" />
11 11
     <FooterSection v-if="!isLandingPage" />
12 12
   </div>
13 13
 </template>

+ 1
- 1
src/components/admin/property/userDefinedGroupsPage.vue Dosyayı Görüntüle

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <!-- eslint-disable max-len -->
3
-  <main id="main" style="margin-top:-20px; padding-bottom:50px">
3
+  <main id="main" style="margin-top:-80px; padding-bottom:50px">
4 4
     <div class="container">
5 5
       <div class="row">
6 6
         <div class="col-md-12 col-lg-8">

+ 10
- 4
src/components/shared/navBar.vue Dosyayı Görüntüle

@@ -54,10 +54,12 @@
54 54
                       </li>
55 55
                       <hr />
56 56
                       <li>
57
-                        <a @click="routerGoTo('/property/commercial/new/Sale')">To Sell</a>
57
+                        <a href="#" @click="routerGoTo('/property/commercial/new/Sale')">To Sell</a>
58 58
                       </li>
59 59
                       <li>
60
-                        <a @click="routerGoTo('/property/commercial/new/Rental')">To Rent</a>
60
+                        <a href="#" @click="routerGoTo('/property/commercial/new/Rental')"
61
+                          >To Rent</a
62
+                        >
61 63
                       </li>
62 64
                     </ul>
63 65
                   </li>
@@ -75,10 +77,14 @@
75 77
                       </li>
76 78
                       <hr />
77 79
                       <li>
78
-                        <a @click="routerGoTo('/property/residential/new/Sale')">To Sell</a>
80
+                        <a href="#" @click="routerGoTo('/property/residential/new/Sale')"
81
+                          >To Sell</a
82
+                        >
79 83
                       </li>
80 84
                       <li>
81
-                        <a @click="routerGoTo('/property/residential/new/Rental')">To Rent</a>
85
+                        <a href="#" @click="routerGoTo('/property/residential/new/Rental')"
86
+                          >To Rent</a
87
+                        >
82 88
                       </li>
83 89
                     </ul>
84 90
                   </li>

+ 3
- 3
src/components/timeshare/sell/contentSection.vue Dosyayı Görüntüle

@@ -826,9 +826,9 @@ export default {
826 826
         this.sellItem.ownerObject = this.indiv;
827 827
         console.log(this.sellItem);
828 828
 
829
-        // this.saveWeek(this.sellItem).then(fulfilled => {
830
-        //   this.paygateRedirect();
831
-        // });
829
+        this.saveWeek(this.sellItem).then(fulfilled => {
830
+          this.paygateRedirect();
831
+        });
832 832
       } else this.$router.push("/user/login");
833 833
     },
834 834
     paygateRedirect() {

Loading…
İptal
Kaydet