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