退出
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
<div class="tiem_item seconds">{{seconds}}</div>
|
<div class="tiem_item seconds">{{seconds}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="exit_btn iconfont" @click="back"></div>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
@@ -60,6 +61,9 @@ export default {
|
|||||||
this.seconds = `${ss}`
|
this.seconds = `${ss}`
|
||||||
this.date = `${year}年${month}月${date}日`
|
this.date = `${year}年${month}月${date}日`
|
||||||
this.week = `${week}`
|
this.week = `${week}`
|
||||||
|
},
|
||||||
|
back () {
|
||||||
|
this.$router.push('/setup')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -97,4 +101,17 @@ header
|
|||||||
.colon
|
.colon
|
||||||
float left
|
float left
|
||||||
_font(.32rem, .37rem, #fff,,)
|
_font(.32rem, .37rem, #fff,,)
|
||||||
|
.exit_btn
|
||||||
|
position absolute
|
||||||
|
left 2%
|
||||||
|
top 16.5%
|
||||||
|
z-index 100
|
||||||
|
height .3rem
|
||||||
|
width .3rem
|
||||||
|
line-height .3rem
|
||||||
|
font-size .3rem
|
||||||
|
color #AECAF5
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 50%;
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user