修改node依赖安装命令

This commit is contained in:
whyour
2022-05-25 01:20:23 +08:00
parent 1afc791e0b
commit 2a23b838f6
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import {
CheckCircleOutlined,
} from '@ant-design/icons';
import { PageLoading } from '@ant-design/pro-layout';
import Ansi from 'ansi-to-react';
const DependenceLogModal = ({
dependence,
@@ -140,7 +141,7 @@ const DependenceLogModal = ({
: {}
}
>
{value}
<Ansi>{value}</Ansi>
</pre>
)}
</Modal>