|
|
@ -10,7 +10,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- todo: check is logined --> |
|
|
|
<button plain class="btn-logout" @click="onLogout"></button> |
|
|
|
<button plain class="btn-logout" @click="onLogout">退出登录</button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<configPopup ref="popup"></configPopup> |
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.page { |
|
|
|
background-color: $uni-fg-color; |
|
|
|
background-color: $uni-bg-color; |
|
|
|
position: relative; |
|
|
|
width: 100vw; |
|
|
|
height: 100vh; |
|
|
|