样式优化整合
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import React, { useRef, useState } from 'react';
|
||||
import ProTable, { ActionType } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { describeSiteMsg, getQuestList } from './service';
|
||||
import { Button, Card, Spin } from 'antd';
|
||||
import MessageDetail from "./components/messageDetail"
|
||||
@ -108,7 +109,7 @@ const FilesList: React.FC<{}> = () => {
|
||||
});
|
||||
})
|
||||
}
|
||||
pagination={{ defaultPageSize: 10, showSizeChanger: false }}//默认显示条数
|
||||
{...tableProps}
|
||||
toolBarRender={false}
|
||||
/>
|
||||
</Spin>
|
||||
|
Reference in New Issue
Block a user