ui(editor): fix editor child styling
This commit is contained in:
parent
76b67cb889
commit
bc7737840a
8 changed files with 48 additions and 14 deletions
|
@ -64,7 +64,8 @@ export default function EggInstallContainer() {
|
|||
|
||||
<Form>
|
||||
<Editor
|
||||
className="mb-4 h-96 overflow-scroll"
|
||||
className="mb-4"
|
||||
childClassName={tw`h-96`}
|
||||
initialContent={egg.scriptInstall || ''}
|
||||
fetchContent={value => {
|
||||
fetchFileContent = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue