Commit 93caf117 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改表单样式

parent 171a5a67
......@@ -4,6 +4,7 @@ import { PageHeaderWrapper } from '@ant-design/pro-layout';
import ProTable from '@ant-design/pro-table';
import LogisticsForm from './components/LogisticsForm';
import OrderDetail from './components/OrderDetail';
import style from './styles.less';
import {
queryToSend,
queryExpress,
......@@ -237,6 +238,7 @@ const TableList = props => {
return (
<PageHeaderWrapper>
<ProTable
className={style.protable}
actionRef={actionRef}
request={params => queryToSendFn({ ...params })}
columns={columns}
......
.protable {
:global tr.ant-table-expanded-row {
background-color: #fff;
}
}
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