修改规范
This commit is contained in:
parent
a5040d8541
commit
55b6eb931c
|
|
@ -142,6 +142,7 @@ const Table = <T extends Record<string, any>>(props: PropsType) => {
|
|||
],
|
||||
};
|
||||
}, [searchProps, columnsProps]);
|
||||
|
||||
const handleBatchDelete = (action: any) => {
|
||||
if (selectedRows.length === 0) {
|
||||
message.warn('请选择要操作的项');
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ const CollectionAddressList = () => {
|
|||
<div>
|
||||
<Table
|
||||
columns={columns}
|
||||
search={false}
|
||||
rowKey="id"
|
||||
toolBarActions={[
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,11 +31,6 @@ const WithdrawList = () => {
|
|||
hideInSearch: true,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '游戏币类型',
|
||||
dataIndex: 'bc_type',
|
||||
width: '10%',
|
||||
},
|
||||
{
|
||||
title: '类型',
|
||||
dataIndex: 'type',
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@
|
|||
.ant-pro-table-list-toolbar-container {
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
padding: 20px 0 20px 0;
|
||||
padding: 0 0 20px 0;
|
||||
.ant-pro-table-list-toolbar-left {
|
||||
.ant-space-item {
|
||||
margin-bottom: 16px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue