|
@@ -22,7 +22,7 @@ class Banner extends Component {
|
|
|
showConfigModal(){
|
|
|
this.setState({
|
|
|
mode:this.props.typeConfig,
|
|
|
- zIndex:202
|
|
|
+ zIndex:206
|
|
|
});
|
|
|
this.props.showConfigModal()
|
|
|
}
|
|
@@ -30,7 +30,7 @@ class Banner extends Component {
|
|
|
closeConfigModal(){
|
|
|
this.props.closeConfigModal();
|
|
|
this.setState({
|
|
|
- zIndex:40
|
|
|
+ zIndex:204
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -50,7 +50,7 @@ class Banner extends Component {
|
|
|
confirmType&&confirmType(mode);
|
|
|
this.closeConfigModal()
|
|
|
this.setState({
|
|
|
- zIndex:40
|
|
|
+ zIndex:204
|
|
|
})
|
|
|
}
|
|
|
/*componentDidUpdate(){
|