File was renamed from src/tabviews/datamanage/modules/action/index.jsx |
| | |
| | | } |
| | | return ( |
| | | <Modal |
| | | wrapClassName='action-modal' |
| | | wrapClassName='datamanage-action-modal' |
| | | title={this.state.execAction.MenuName || ''} |
| | | visible={this.state.visible} |
| | | width={document.body.clientWidth * this.state.execAction.PopWidth} |
| | |
| | | render() { |
| | | return ( |
| | | <Affix offsetTop={48}> |
| | | <div className="button-list" id={this.props.MenuNo + 'mainaction'}> |
| | | <div className="datamanage-button-list" id={this.props.MenuNo + 'mainaction'}> |
| | | {this.props.actions.map((item, index) => { |
| | | return ( |
| | | <Button |