提交 b78f8724 编写于 作者: 偏右

Merge pull request #45 from ibigbug/master

更新 Pagination
'use strict';
let Pagination = require('rc-pagination');
let React = require('react');
let Pagination = require('rc-pagination');
let Select = require('rc-select');
let prefixCls = 'ant-pagination';
class AntPagination extends React.Component {
render() {
return <Pagination selectPrefixCls="ant-select" prefixCls={prefixCls} {...this.props} />;
return <Pagination selectComponentClass={Select} selectPrefixCls="ant-select" prefixCls={prefixCls} {...this.props} />;
}
}
......
......@@ -135,6 +135,11 @@
}
}
&-slash {
margin: 0 10px 0 5px;
}
&-options {
float: left;
margin-left: 15px;
......@@ -169,10 +174,6 @@
float: left;
margin-right: 8px;
&-slash {
margin: 0 10px;
}
input {
margin: 0 8px;
box-sizing: border-box;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册