Skip to content

Commit 524508a

Browse files
committed
💄 UI: add labelWidth config1
1 parent 5b66e5c commit 524508a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/ListTableList/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ const TableList: React.FC<{}> = () => {
160160
headerTitle="查询表格"
161161
actionRef={actionRef}
162162
rowKey="key"
163+
search={{
164+
labelWidth: 120,
165+
}}
163166
toolBarRender={() => [
164167
<Button type="primary" onClick={() => handleModalVisible(true)}>
165168
<PlusOutlined /> 新建

0 commit comments

Comments
 (0)