diff --git a/pages/user/_nickname.vue b/pages/user/_nickname.vue index 6d2e21b..0a457f1 100644 --- a/pages/user/_nickname.vue +++ b/pages/user/_nickname.vue @@ -7,7 +7,7 @@
- +

{{ user.nickname }}

@@ -127,6 +127,7 @@ export default { }, mounted() { let _ts = this; + this.$store.commit('setActiveMenu', 'user') if (_ts.oauth) { _ts.$axios.$get('/api/follow/is-follow', { params: { @@ -202,8 +203,19 @@ body { } .card-profile-img { - max-width: 6rem; - margin-top: -5rem; + max-width: 16rem; + margin-top: -7rem; + margin-bottom: 1rem; + border: 3px solid #fff; + border-radius: 100%; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + background-color: #ffffff; +} + +.card-profile-img-avatar { + max-width: 16rem; + height: auto; + margin-top: -10rem; margin-bottom: 1rem; border: 3px solid #fff; border-radius: 100%;