Commit 04da4d3c9b49102e60aee89948508bdaba1ad008
1 parent
db7e1e50
人脸登录
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/login/index.js
| @@ -736,7 +736,7 @@ const FaceLoginAfterModal = props => { | @@ -736,7 +736,7 @@ const FaceLoginAfterModal = props => { | ||
| 736 | }} | 736 | }} |
| 737 | > | 737 | > |
| 738 | <div className={styles.faceLogin1}> | 738 | <div className={styles.faceLogin1}> |
| 739 | - <Form form={form} layout="vertical" size="large"> | 739 | + <Form form={form} layout="horizontal" size="large" labelCol={{ span: 6 }} wrapperCol={{ span: 18 }}> |
| 740 | {configs | 740 | {configs |
| 741 | .filter(item => item.sName !== "sPassWord") | 741 | .filter(item => item.sName !== "sPassWord") |
| 742 | .map(item => handleGetFormItem(props, item, true))} | 742 | .map(item => handleGetFormItem(props, item, true))} |