代码库二级issue滚动条

This commit is contained in:
hucong 2021-10-08 13:55:10 +08:00
parent 0080a07734
commit 1ee20877ec
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -94,7 +94,7 @@ class m_editor extends Component {
<div> <div>
<div className=""> <div className="">
<Editor <Editor
height={"400px"} // height={"400px"}
language={language ? language : "plaintext"} language={language ? language : "plaintext"}
theme={"vs-grey"} theme={"vs-grey"}
placeholder="请输入内容" placeholder="请输入内容"