mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
修改error页面样式
This commit is contained in:
parent
43925d6630
commit
4e58a640e4
|
@ -13,7 +13,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-terminal {
|
.react-terminal {
|
||||||
height: 600px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -43,7 +43,11 @@ const Error = ({ user, theme }: any) => {
|
||||||
{ type: LineType.Input, value: 'pm2 logs panel' },
|
{ type: LineType.Input, value: 'pm2 logs panel' },
|
||||||
{
|
{
|
||||||
type: LineType.Output,
|
type: LineType.Output,
|
||||||
value: <Ansi>{data}</Ansi>,
|
value: (
|
||||||
|
<pre>
|
||||||
|
<Ansi>{data}</Ansi>
|
||||||
|
</pre>
|
||||||
|
),
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user