From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/tabviews/custom/components/timeline/normal-timeline/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx index 750a4a9..d49100c 100644 --- a/src/tabviews/custom/components/timeline/normal-timeline/index.jsx +++ b/src/tabviews/custom/components/timeline/normal-timeline/index.jsx @@ -1,10 +1,10 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { is, fromJS } from 'immutable' -import { Spin, notification, Timeline, Empty, Icon } from 'antd' +import { Spin, notification, Timeline, Empty } from 'antd' import Api from '@/api' -// import Utils from '@/utils/utils.js' +import MkIcon from '@/components/mk-icon' import asyncComponent from '@/utils/asyncComponent' import UtilsDM from '@/utils/utils-datamanage.js' import MKEmitter from '@/utils/events.js' @@ -288,7 +288,7 @@ color = item.color if (item.icon) { - dot = <Icon type={item.icon} style={{color}}/> + dot = <MkIcon type={item.icon} style={{color}}/> } return true } -- Gitblit v1.8.0