This commit is contained in:
caishi 2021-10-22 16:55:46 +08:00
parent 1871eb7a5a
commit ca3c935c56
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ function Footer(){
}
return(
<div>
{value && showhtml(value)}
<div style={{height:"543px"}}></div>
<div className="newFooter edu-txt-center">
{value && showhtml(value)}
</div>
</div>
)
}