Skip to content

Commit

Permalink
fix(styles): fix PinToggler style. fixed #451
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 29, 2024
1 parent db64b0e commit 42b121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/modules/global-menu/vertical-mix-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function handleResetActiveMenu() {
:inverted="siderInverted"
:style="{ width: showDrawer ? themeStore.sider.mixChildMenuWidth + 'px' : '0px' }"
>
<header class="flex-y-center justify-between" :style="{ height: themeStore.header.height + 'px' }">
<h2 class="pl-8px text-16px text-primary font-bold">{{ $t('system.title') }}</h2>
<header class="flex-y-center justify-between px-12px" :style="{ height: themeStore.header.height + 'px' }">
<h2 class="text-16px text-primary font-bold">{{ $t('system.title') }}</h2>
<PinToggler
:pin="appStore.mixSiderFixed"
:class="{ 'text-white:88 !hover:text-white': siderInverted }"
Expand Down

0 comments on commit 42b121a

Please sign in to comment.