mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
修复日志弹框样式
This commit is contained in:
parent
5395cebdb4
commit
39dc31916e
|
@ -393,7 +393,6 @@ pre {
|
|||
word-break: break-all;
|
||||
white-space: break-spaces;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.virtuallist {
|
||||
|
|
|
@ -224,6 +224,7 @@ const EditModal = ({
|
|||
minSize={200}
|
||||
defaultSize="50%"
|
||||
style={{ height: 'calc(100vh - 55px)' }}
|
||||
pane2Style={{ overflowY: 'auto' }}
|
||||
>
|
||||
<Editor
|
||||
language={language}
|
||||
|
|
Loading…
Reference in New Issue
Block a user