fix: editor resource list (#445)

This commit is contained in:
boojack
2022-11-12 09:04:26 +08:00
committed by GitHub
parent 79af7e8abf
commit d1aa6aa7f8
7 changed files with 33 additions and 32 deletions

View File

@ -68,8 +68,10 @@ const SystemSection = () => {
className="w-full"
sx={{
fontFamily: "monospace",
fontSize: "14px",
}}
minRows={5}
maxRows={10}
defaultValue={state.additionalStyle}
onChange={(event) => handleAdditionalStyleChanged(event.target.value)}
/>