diff --git a/components/timeline/Timeline.tsx b/components/timeline/Timeline.tsx index fcb13f00f9..c06d9497bb 100644 --- a/components/timeline/Timeline.tsx +++ b/components/timeline/Timeline.tsx @@ -35,7 +35,7 @@ export default class Timeline extends React.Component { [`${prefixCls}-pending`]: !!pending, [`${prefixCls}-reverse`]: !!reverse, }, className, - mode); + `${prefixCls}-${mode}`); const pendingItem = !!pending ? (