From 035ef3d22b480fe10b06d0c8130bfe732f578efd Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 6 Nov 2017 10:02:57 +0800 Subject: [PATCH] Fix TableList align --- src/routes/List/TableList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/List/TableList.js b/src/routes/List/TableList.js index 440fb43f..332cd14e 100644 --- a/src/routes/List/TableList.js +++ b/src/routes/List/TableList.js @@ -192,7 +192,7 @@ export default class TableList extends PureComponent { const { getFieldDecorator } = this.props.form; return (
- + {getFieldDecorator('no')( -- GitLab