6.27 修改
This commit is contained in:
@ -88,7 +88,7 @@ const PersonInfor: React.FC<{}> = () => {
|
||||
<span className="text"><span>攻坚克难项目</span></span>
|
||||
<div className="search-box">
|
||||
<Search
|
||||
placeholder="输入姓名/邮箱/电话"
|
||||
placeholder="输入标题"
|
||||
allowClear
|
||||
enterButton="搜索"
|
||||
style={{ width: 322 }}
|
||||
@ -99,10 +99,9 @@ const PersonInfor: React.FC<{}> = () => {
|
||||
<List
|
||||
itemLayout="horizontal"
|
||||
pagination={{
|
||||
onChange: page => {
|
||||
console.log(page);
|
||||
},
|
||||
pageSize: 2,
|
||||
size: 'small',
|
||||
showTotal: (total) => `共 ${total} 条`,
|
||||
pageSize: 10,
|
||||
}}
|
||||
dataSource={projectList}
|
||||
renderItem={item => (
|
||||
@ -115,7 +114,6 @@ const PersonInfor: React.FC<{}> = () => {
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
<Pagination size="small" total={50} showSizeChanger showQuickJumper />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user