张延森 3 years ago
parent
commit
1211fa3179
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      src/views/components/ApartmentNavi.vue
  2. 1
    1
      src/views/components/SwiperImage.vue

+ 2
- 2
src/views/components/ApartmentNavi.vue View File

@@ -2,7 +2,7 @@
2 2
   <div>
3 3
     <div class="flex-box">
4 4
       <div class="flex-box-item">
5
-        <img :src="require('@/assets/images/apartment/1-2.png')" style="height: 64px;" alt="">
5
+        <img :src="require('@/assets/images/apartment/1-2.png')" style="height: 48px;" alt="">
6 6
       </div>
7 7
     </div>
8 8
     <div class="flex-box" style="margin-top: 10px">
@@ -54,7 +54,7 @@ export default {
54 54
 
55 55
     img {
56 56
       display: block;
57
-      height: 78px;
57
+      height: 56px;
58 58
       margin: 0 auto;
59 59
     }
60 60
   }

+ 1
- 1
src/views/components/SwiperImage.vue View File

@@ -35,7 +35,7 @@ export default {
35 35
   .slide-sign {
36 36
     position: absolute;
37 37
     z-index: 100;
38
-    right: 20px;
38
+    right: 0px;
39 39
     top: 50%;
40 40
     width: 64px;
41 41
     height: 56px;