fix(系统设置): 去掉左侧不必要的滚动条

This commit is contained in:
dataeaseShu 2024-11-25 16:34:20 +08:00
parent c798b69d09
commit b9968c338a

View File

@ -48,7 +48,9 @@ const { t } = useI18n()
>
{{ msgFillMenu ? t('v_query.msg_center') : t('toolbox.org_center') }}
</div>
<Menu :style="{ height: systemMenu ? 'calc(100% - 48px)' : '100%' }"></Menu>
<Menu
:style="{ height: systemMenu || msgFillMenu ? 'calc(100% - 48px)' : '100%' }"
></Menu>
</Sidebar>
<el-aside class="layout-sidebar layout-sidebar-collapse" v-else>
<Menu