样式优化整合
This commit is contained in:
@ -164,13 +164,6 @@ const Index: React.FC<{}> = () => {
|
||||
options={false}
|
||||
rowKey="orgId"
|
||||
size="small"
|
||||
pagination={{
|
||||
defaultPageSize: 10,
|
||||
showSizeChanger: true,
|
||||
showQuickJumper: true,
|
||||
size: 'default',
|
||||
showTotal: (total) => <>{`共${total}条`}</>,
|
||||
}}
|
||||
pagination={false}
|
||||
toolBarRender={() => [
|
||||
<Button onClick={() => { handleAdd() }} type="primary">
|
||||
|
Reference in New Issue
Block a user