this.logRef = dom} className="logDialog" initLoadCss
style={{
width: 1150,
height: 606.6,
minHeight: 200,
minWidth: 380,
maxHeight: "90%",
maxWidth: "90%",
overflow: "hidden",
transform: "translate(0px, 0px)"
}}
>
{renderLogSearchsForm(form, conditions, () => this.getLogs({ current: 1 }, this.props), () => {
form.resetForm();
this.getLogs({ current: 1 }, this.props);
})}
this.setState({ logDetailDialog: { ...logDetailDialog, visible: false } })}/>
);
}
}
export default Index;