Commit e4bf2fc5 authored by 李纪文's avatar 李纪文

fix: 修改表格

parent 0bdc953c
......@@ -13,6 +13,7 @@ const BasicTable = (props) => {
total / (props.pagination ? props.pagination.pageSize || 10 : 10),
)} 页 / 共 ${total} 条记录`;
};
return (
<Table
className={classNames(prefixCls)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment