修复日志弹框样式

This commit is contained in:
whyour 2023-09-01 23:16:12 +08:00
parent 5395cebdb4
commit 39dc31916e
2 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,6 @@ pre {
word-break: break-all;
white-space: break-spaces;
padding: 0;
height: 100%;
}
.virtuallist {

View File

@ -224,6 +224,7 @@ const EditModal = ({
minSize={200}
defaultSize="50%"
style={{ height: 'calc(100vh - 55px)' }}
pane2Style={{ overflowY: 'auto' }}
>
<Editor
language={language}