Commit 7e715dd0 by 芋道源码 Committed by GitHub

Merge pull request #119 from edgexie/patch-1

fix: Update useRenderLayout.tsx add tagsView.value when rendertop
parents 49fc9b54 d896996f
...@@ -197,7 +197,7 @@ export const useRenderLayout = () => { ...@@ -197,7 +197,7 @@ export const useRenderLayout = () => {
`${prefixCls}-content-scrollbar`, `${prefixCls}-content-scrollbar`,
{ {
'!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]': '!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]':
fixedHeader.value fixedHeader.value && tagsView.value
} }
]} ]}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment