修改error页面样式

This commit is contained in:
whyour 2022-02-26 14:24:23 +08:00
parent 43925d6630
commit 4e58a640e4
2 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,6 @@
}
.react-terminal {
height: 600px;
overflow: auto;
display: flex;
flex-direction: column;

View File

@ -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>
),
},
]}
/>