瀏覽代碼

Styling

master
30117125 4 年之前
父節點
當前提交
6001311808

+ 1
- 1
src/App.vue 查看文件

7
     <SearchTab v-if="!isLandingPage" />
7
     <SearchTab v-if="!isLandingPage" />
8
     <NavBar v-if="!isLandingPage" @routerGoTo="routerGoTo" />
8
     <NavBar v-if="!isLandingPage" @routerGoTo="routerGoTo" />
9
     <div v-if="!isLandingPage"></div>
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
     <FooterSection v-if="!isLandingPage" />
11
     <FooterSection v-if="!isLandingPage" />
12
   </div>
12
   </div>
13
 </template>
13
 </template>

+ 1
- 1
src/components/admin/property/userDefinedGroupsPage.vue 查看文件

1
 <template>
1
 <template>
2
   <!-- eslint-disable max-len -->
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
     <div class="container">
4
     <div class="container">
5
       <div class="row">
5
       <div class="row">
6
         <div class="col-md-12 col-lg-8">
6
         <div class="col-md-12 col-lg-8">

+ 10
- 4
src/components/shared/navBar.vue 查看文件

54
                       </li>
54
                       </li>
55
                       <hr />
55
                       <hr />
56
                       <li>
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
                       </li>
58
                       </li>
59
                       <li>
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
                       </li>
63
                       </li>
62
                     </ul>
64
                     </ul>
63
                   </li>
65
                   </li>
75
                       </li>
77
                       </li>
76
                       <hr />
78
                       <hr />
77
                       <li>
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
                       </li>
83
                       </li>
80
                       <li>
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
                       </li>
88
                       </li>
83
                     </ul>
89
                     </ul>
84
                   </li>
90
                   </li>

+ 3
- 3
src/components/timeshare/sell/contentSection.vue 查看文件

826
         this.sellItem.ownerObject = this.indiv;
826
         this.sellItem.ownerObject = this.indiv;
827
         console.log(this.sellItem);
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
       } else this.$router.push("/user/login");
832
       } else this.$router.push("/user/login");
833
     },
833
     },
834
     paygateRedirect() {
834
     paygateRedirect() {

Loading…
取消
儲存