Commit c6275e89 authored by lihxhit's avatar lihxhit Committed by 言肆

fix: fix PageContainer class value

parent 33c8c579
......@@ -203,7 +203,7 @@ export const PageContainer: FunctionalComponent<PageContainerProps> = (props, {
);
return (
<div class={classNames}>
<div class={classNames.value}>
{fixedHeader ? (
<Affix
offsetTop={value.hasHeader && value.fixedHeader ? value.headerHeight : 0}
......
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 to comment