@@ -13,7 +13,7 @@
meta: {
title: "My ETA",
hasBackHome:true,
- keepAlive:true
+ keepAlive:false
},
{
@@ -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>
@@ -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{