fix: fix content style error when footer is not fixed

This commit is contained in:
vben
2024-07-06 15:49:21 +08:00
parent 19b57fa4f7
commit 826907f6c3
8 changed files with 13 additions and 11 deletions

View File

@@ -152,7 +152,7 @@ function clearPreferencesAndLogout() {
updatePreferences({ sidebar: { extraCollapse: value } })
"
>
<template v-if="preferences.app.showPreference" #preferences>
<template v-if="preferences.app.enablePreferences" #preferences>
<PreferencesWidget
@clear-preferences-and-logout="clearPreferencesAndLogout"
/>