@@ -160,6 +160,9 @@ const TableList: React.FC<{}> = () => {
headerTitle="查询表格"
actionRef={actionRef}
rowKey="key"
+ search={{
+ labelWidth: 120,
+ }}
toolBarRender={() => [
<Button type="primary" onClick={() => handleModalVisible(true)}>
<PlusOutlined /> 新建