提交 2f18d057 编写于 作者: A afc163

move input-number width to css

上级 19c385ce
......@@ -14,6 +14,6 @@ export default React.createClass({
} else if (this.props.size === 'small') {
sizeClass = 'ant-input-number-sm';
}
return <InputNumber className={sizeClass} style={{width: 90}} {...this.props} />;
return <InputNumber className={sizeClass} {...this.props} />;
}
});
......@@ -15,6 +15,7 @@
border: 1px solid #D9D9D9;
border-radius: @border-radius-base;
overflow: hidden;
width: 90px;
&-handler {
text-align: center;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册