|
|
@@ -41,6 +41,7 @@ export default {
|
|
|
mounted () {
|
|
|
getUserInfo().then(res => {
|
|
|
this.userInfo = res
|
|
|
+ this.$store.commit(SET_USER_INFO, { userInfo: res })
|
|
|
})
|
|
|
},
|
|
|
methods: {
|
|
|
@@ -90,6 +91,7 @@ export default {
|
|
|
|
|
|
.title {
|
|
|
color: #6a7a8a;
|
|
|
+
|
|
|
span {
|
|
|
font-family: 'Courier New', 'Courier', monospace;
|
|
|
font-size: 1.15em;
|
|
|
@@ -125,6 +127,7 @@ export default {
|
|
|
margin-top: 16px;
|
|
|
font-size: 14px;
|
|
|
transition: .1s;
|
|
|
+
|
|
|
&:hover {
|
|
|
color: $theme-blue;
|
|
|
}
|