mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
added user dropdown class
This commit is contained in:
parent
b0e93b4666
commit
c68151fcdf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<span>{{ i18n.t('nav.user_greeting', { full_name: user.name })}}</span>
|
||||
<img class="avatar" :src="user.avatar_url">
|
||||
</div>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<div class="dropdown-menu dropdown-menu-right top-menu-user-dropdown">
|
||||
<li v-for="(item, i) in userMenu" :key="i">
|
||||
<a :href="item.url">
|
||||
{{ item.name }}
|
||||
|
|
Loading…
Reference in a new issue