Commit 8c269d56065c1088ec270022439d4d6ce044af53
1 parent
e77ed658
人脸登陆确认页面放大;
Showing
1 changed file
with
6 additions
and
3 deletions
src/mes/login/index.js
| ... | ... | @@ -634,11 +634,14 @@ const FaceLoginAfterModal = props => { |
| 634 | 634 | <Modal |
| 635 | 635 | title={sLoginConfirm} |
| 636 | 636 | open={faceLoginAfterModalVisible} |
| 637 | - width={500} | |
| 638 | - height={800} | |
| 637 | + keyboard={false} | |
| 638 | + maskClosable={false} | |
| 639 | + width={'60%'} | |
| 640 | + height={'80%'} | |
| 639 | 641 | className={styles.xlyFaceAuthLogin} |
| 640 | 642 | style={{ |
| 641 | - top: "calc(50vh - 400px)" | |
| 643 | + top: "10%", | |
| 644 | + zoom: 1.5 | |
| 642 | 645 | }} |
| 643 | 646 | footer={ |
| 644 | 647 | <> | ... | ... |