--- order: 4 title: zh-CN: 自定义时间轴点 en-US: Custom --- ## zh-CN 可以设置为图标或其他自定义元素。 ## en-US Set a node as an icon or other custom element. ```jsx import { Timeline } from 'antd'; import { ClockCircleOutlined } from '@ant-design/icons'; ReactDOM.render( Create a services site 2015-09-01 Solve initial network problems 2015-09-01 } color="red"> Technical testing 2015-09-01 Network problems being solved 2015-09-01 , mountNode, ); ``` ```css .timeline-clock-icon { font-size: 16px; } [data-theme='compact'] .timeline-clock-icon { font-size: 14px; } ```