|
@@ -56,7 +56,10 @@
|
|
|
@click="isProfileMenuExpanded = !isProfileMenuExpanded"
|
|
|
>
|
|
|
<template #right>
|
|
|
- <span class="iconfont icon-caret-down"></span>
|
|
|
+ <span
|
|
|
+ class="iconfont icon-caret-down"
|
|
|
+ :class="{ 'rotate-180': isProfileMenuExpanded }"
|
|
|
+ ></span>
|
|
|
</template>
|
|
|
</LeftMenuItem>
|
|
|
<div v-show="isProfileMenuExpanded">
|