This commit is contained in:
syuilo 2018-11-03 22:03:06 +09:00
parent d1cf0c7998
commit 1d5fc04aa6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 16 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -1,6 +1,9 @@
<template>
<div class="mk-admin">
<nav>
<div class="mi">
<img svg-inline src="../assets/header-icon.svg"/>
</div>
<div class="me">
<img class="avatar" :src="$store.state.i.avatarUrl" alt="avatar"/>
<p class="name">{{ $store.state.i | userName }}</p>
@ -85,11 +88,22 @@ export default Vue.extend({
background #333
color #fff
> .mi
text-align center
> svg
width 24px
height 82px
vertical-align top
fill #fff
opacity 0.7
> .me
display flex
margin 16px
padding-bottom 16px
margin 0 16px 16px 16px
padding 16px 0
align-items center
border-top solid 1px #555
border-bottom solid 1px #555
> .avatar