mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 08:52:41 +08:00
fix: Update useRenderLayout.tsx add tagsView.value when rendertop
if I set tagsview value `false` in app.ts initial. the content will have margin top style.
This commit is contained in:
parent
49fc9b5412
commit
d896996f27
@ -197,7 +197,7 @@ export const useRenderLayout = () => {
|
||||
`${prefixCls}-content-scrollbar`,
|
||||
{
|
||||
'!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]':
|
||||
fixedHeader.value
|
||||
fixedHeader.value && tagsView.value
|
||||
}
|
||||
]}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user