neo-cmp-cli 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { Avatar } from 'antd';
|
|
3
|
-
import { UserOutlined } from '@ant-design/icons';
|
|
2
|
+
// import { Avatar } from 'antd';
|
|
3
|
+
// import { UserOutlined } from '@ant-design/icons';
|
|
4
4
|
import './style.scss'; // 组件内容样式
|
|
5
5
|
|
|
6
6
|
interface InfoCardProps {
|
|
@@ -43,7 +43,7 @@ export default class InfoCard extends React.PureComponent<InfoCardProps> {
|
|
|
43
43
|
{title ||
|
|
44
44
|
'营销服全场景智能CRM,帮助企业搭建数字化客户经营平台,实现业绩高质量增长。'}
|
|
45
45
|
{systemInfo.tenantName ? `【${systemInfo.tenantName}】` : ''}
|
|
46
|
-
<Avatar size={64} icon={<UserOutlined />} />
|
|
46
|
+
{/* <Avatar size={64} icon={<UserOutlined />} /> */}
|
|
47
47
|
</div>
|
|
48
48
|
<div className="item-imgbox">
|
|
49
49
|
{userInfo && userInfo.icon && (
|