Skip to content

Commit c6275e8

Browse files
lihxhitsendya
lihxhit
authored andcommitted
fix: fix PageContainer class value
1 parent 33c8c57 commit c6275e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PageContainer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const PageContainer: FunctionalComponent<PageContainerProps> = (props, {
203203
);
204204

205205
return (
206-
<div class={classNames}>
206+
<div class={classNames.value}>
207207
{fixedHeader ? (
208208
<Affix
209209
offsetTop={value.hasHeader && value.fixedHeader ? value.headerHeight : 0}

0 commit comments

Comments
 (0)