songzhen 2 meses atrás
pai
commit
513f838aee
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      src/components/NavigationBar/LeftMenu.vue

+ 4 - 1
src/components/NavigationBar/LeftMenu.vue

@@ -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">