mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-29 20:26:11 +08:00
修改调试日志样式
This commit is contained in:
parent
4272b9ea35
commit
409297c6aa
|
@ -179,8 +179,8 @@
|
||||||
|
|
||||||
.Resizer {
|
.Resizer {
|
||||||
background: @component-background;
|
background: @component-background;
|
||||||
opacity: 0.2;
|
opacity: 0.8;
|
||||||
z-index: 1;
|
z-index: 100;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -253,7 +253,15 @@ const EditModal = ({
|
||||||
editorRef.current = editor;
|
editorRef.current = editor;
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<pre style={{ height: '100%', whiteSpace: 'break-spaces' }}>{log}</pre>
|
<pre
|
||||||
|
style={{
|
||||||
|
height: '100%',
|
||||||
|
padding: '0 15px',
|
||||||
|
whiteSpace: 'break-spaces',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{log}
|
||||||
|
</pre>
|
||||||
</SplitPane>
|
</SplitPane>
|
||||||
<SaveModal
|
<SaveModal
|
||||||
visible={saveModalVisible}
|
visible={saveModalVisible}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user