jwyu 1 vuosi sitten
vanhempi
commit
e95850fa73
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 1
      src/router/myETA.js
  2. 2 1
      src/views/tabbar/Home.vue

+ 1 - 1
src/router/myETA.js

@@ -13,7 +13,7 @@
         meta: { 
             title: "My ETA",
             hasBackHome:true,
-            keepAlive:true
+            keepAlive:false
         },
     },
     {

+ 2 - 1
src/views/tabbar/Home.vue

@@ -28,6 +28,7 @@ if(!localStorage.getItem('token')){
                 <img src="@/assets/imgs/myETA/icon_myETA_logo.png" alt="">
                 <div>My ETA</div>
             </div>
+            <div class="item-box" style="border:none"></div>
         </div>
         
     </div>
@@ -70,7 +71,7 @@ if(!localStorage.getItem('token')){
             .item-box{
                 width: 240px;
                 height: 240px;
-                margin: 0 20px;
+                margin: 0 20px 20px;
                 font-size: 20px;
                 border-radius: 32px;
                 img{