Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm

pull/655/MERGE
YunaiV 2025-01-15 20:31:04 +08:00
commit 5676ac125d
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }
]} ]}
> >