样式优化整合

This commit is contained in:
lix
2025-07-04 10:03:42 +08:00
parent e98ca8d9eb
commit 736f004b6b
194 changed files with 634 additions and 534 deletions

View File

@ -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>