Skip to content

Commit 5676ac1

Browse files
committed
Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm
2 parents 6fba4b7 + 7e715dd commit 5676ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/useRenderLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const useRenderLayout = () => {
197197
`${prefixCls}-content-scrollbar`,
198198
{
199199
'!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]':
200-
fixedHeader.value
200+
fixedHeader.value && tagsView.value
201201
}
202202
]}
203203
>

0 commit comments

Comments
 (0)