|
@@ -17,7 +17,6 @@ const AnimateContent: FC<PropsWithChildren<AnimateContentProps>> = ({
|
|
}) => {
|
|
}) => {
|
|
const headerHeight = document.querySelector('.ant-page-header-heading')?.clientHeight + 8 || 0
|
|
const headerHeight = document.querySelector('.ant-page-header-heading')?.clientHeight + 8 || 0
|
|
const breadcrumbHeight = disableBreadcrumb ? 0 : 50
|
|
const breadcrumbHeight = disableBreadcrumb ? 0 : 50
|
|
- console.log(headerHeight + breadcrumbHeight)
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
<div className={styles.pageContainer}>
|
|
<div className={styles.pageContainer}>
|