issue
This commit is contained in:
parent
09e9f01f7e
commit
349851dc59
|
@ -61,7 +61,7 @@ function UndoEvent(props){
|
||||||
return(
|
return(
|
||||||
<div>
|
<div>
|
||||||
<Spin spinning={isSpin}>
|
<Spin spinning={isSpin}>
|
||||||
<div style={{minHeight:"400px"}}>
|
<div>
|
||||||
{
|
{
|
||||||
list && list.length > 0 ?
|
list && list.length > 0 ?
|
||||||
<ul className="notifyList">
|
<ul className="notifyList">
|
||||||
|
|
Loading…
Reference in New Issue