Kobus 5 년 전
부모
커밋
3a0d815fa8
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      src/components/misc/contactUs.vue
  2. 1
    1
      src/components/property/propertySearchPage.vue
  3. 1
    1
      src/components/user/registerPage.vue

+ 1
- 1
src/components/misc/contactUs.vue 파일 보기

@@ -28,7 +28,7 @@
28 28
             width="900"
29 29
             height="450"
30 30
             frameborder="0"
31
-            style="border:0"
31
+            style="border-radius:10px"
32 32
             allowfullscreen
33 33
           ></iframe>
34 34
           <br />

+ 1
- 1
src/components/property/propertySearchPage.vue 파일 보기

@@ -47,7 +47,7 @@
47 47
         </div>
48 48
         <div class="col-md-4">
49 49
           <p>
50
-            <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" />
50
+            <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" style="border-radius:10px"/>
51 51
           </p>
52 52
         </div>
53 53
       </div>

+ 1
- 1
src/components/user/registerPage.vue 파일 보기

@@ -203,7 +203,7 @@ export default {
203 203
     SubmitData() {
204 204
       this.saveIndividual(this.registerIndividual);
205 205
 
206
-      this.$router.push('/registerIndividual/');
206
+      this.$router.push('/user/login');
207 207
     },
208 208
     Close() {
209 209
       this.$router.push('/registerIndividual/');

Loading…
취소
저장