mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use middle table size
This commit is contained in:
parent
42b9d4e556
commit
108cccbcd8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
dataSource={this.state.data}
|
||||
rowKey={record => record.id.toString()}
|
||||
loading={this.state.data.length > 0 ? false : true}
|
||||
size="small"
|
||||
size="middle"
|
||||
pagination={{ position: "top", size: "small" }} >
|
||||
<Table.Column<List> title="Name" dataIndex={nameof<List>("name")} width={250} fixed="left" />
|
||||
<Table.Column<List> title="Description" dataIndex={nameof<List>("description")} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue