Update step2.js

This commit is contained in:
姜棚 2021-11-25 11:01:27 +08:00
parent 126ede839c
commit e69a659ebe
1 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ export default class acclist extends React.Component{
}
visible={this.state.drawerVisible}
onClose={(e) =>{this.closeDraw()} }
maskClosable
maskClosable = {false}
>
<div className="draw">
<Card style={{ width:'90%',"margin":"10px auto"}} title={'基本信息'}>
@ -671,7 +671,7 @@ export default class acclist extends React.Component{
}
visible={this.state.drawerVisible2}
onClose={(e) =>{this.setState({drawerVisible2:false})} }
maskClosable
maskClosable = {false}
>
<div className="draw2">
<Card style={{ width:'90%',"margin":"10px auto" }} >