ep-admin: fix: 修复已知问题

0a6f3066 kailong321200875 <321200875@qq.com> on 2023/4/12 at 10:20 AM
This commit is contained in:
YunaiV
2023-04-15 01:06:48 +08:00
parent 9fba2886ab
commit 1170a9480f
4 changed files with 14 additions and 9 deletions

View File

@@ -177,7 +177,9 @@ export const useRenderLayout = () => {
class={[
`${prefixCls}-content-scrollbar`,
{
'mt-[var(--tags-view-height)]': fixedHeader.value
'mt-[var(--tags-view-height)] !pb-[calc(var(--tags-view-height)+var(--app-footer-height))]':
fixedHeader.value,
'pb-[var(--app-footer-height)]': !fixedHeader.value
}
]}
>