退出
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>
|
||||
</div>
|
||||
<div class="exit_btn iconfont" @click="back"></div>
|
||||
<slot></slot>
|
||||
</header>
|
||||
</template>
|
||||
@@ -60,6 +61,9 @@ export default {
|
||||
this.seconds = `${ss}`
|
||||
this.date = `${year}年${month}月${date}日`
|
||||
this.week = `${week}`
|
||||
},
|
||||
back () {
|
||||
this.$router.push('/setup')
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -97,4 +101,17 @@ header
|
||||
.colon
|
||||
float left
|
||||
_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>
|
||||
|
||||
Reference in New Issue
Block a user