This is an automated email from the ASF dual-hosted git repository.
dengliming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new af30aa7b Optimize the layout of [Add User] form (#437)
af30aa7b is described below
commit af30aa7bc50d0469bae14ddf4bc75676778f7028
Author: Kerwin Bryant <[email protected]>
AuthorDate: Wed Apr 3 13:33:47 2024 +0800
Optimize the layout of [Add User] form (#437)
---
src/routes/System/User/AddModal.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/routes/System/User/AddModal.js
b/src/routes/System/User/AddModal.js
index 5fbbaf01..cdd11525 100644
--- a/src/routes/System/User/AddModal.js
+++ b/src/routes/System/User/AddModal.js
@@ -47,10 +47,10 @@ class AddModal extends Component {
const { getFieldDecorator } = form;
const formItemLayout = {
labelCol: {
- sm: { span: 5 },
+ sm: { span: 6 },
},
wrapperCol: {
- sm: { span: 19 },
+ sm: { span: 18 },
},
};
return (