feat: ui and codemirror

This commit is contained in:
2024-09-21 10:35:19 +08:00
parent ac8d69f06f
commit e2c0f80f04
3 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ export class DialogModal extends Modal<DialogModalOpts, DialogDefaultStyle> {
position: 'sticky',
padding: '10px 20px',
top: '0',
fontSize: '16px',
background: '#fff',
marginTop: '-10px',
borderBottom: '1px solid #f0f0f0',