Skip to content

Commit

Permalink
fix(styles): fix FirstLevelMenu style. fixed #450
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 29, 2024
1 parent 40d0f8a commit db64b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/global-menu/first-level-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function handleClickMixMenu(menu: App.Global.Menu) {
<component :is="icon" :class="[isMini ? 'text-icon-small' : 'text-icon-large']" />
<p
class="w-full ellipsis-text text-center text-12px transition-height-300"
:class="[isMini ? 'h-0 pt-0' : 'h-24px pt-4px']"
:class="[isMini ? 'h-0 pt-0' : 'h-20px pt-4px']"
>
{{ label }}
</p>
Expand Down

0 comments on commit db64b0e

Please sign in to comment.