提交 a553f6b2 编写于 作者: A afc163

typo

上级 1c5bc26e
...@@ -76,7 +76,7 @@ class AntScrollNumber extends React.Component { ...@@ -76,7 +76,7 @@ class AntScrollNumber extends React.Component {
className: `${this.props.prefixCls}-only`, className: `${this.props.prefixCls}-only`,
style: { style: {
transition: removeTransition && 'none', transition: removeTransition && 'none',
webkitTransform: `translate3d(0, ${-position * height}px, 0)`, WebkitTransform: `translate3d(0, ${-position * height}px, 0)`,
transform: `translate3d(0, ${-position * height}px, 0)`, transform: `translate3d(0, ${-position * height}px, 0)`,
height, height,
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册