|
|
|
@ -421,7 +421,7 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
slowDownload: this.slowDownload
|
|
|
|
|
}
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<div className="indexHOC">
|
|
|
|
|
{isRender===true ? <LoginDialog
|
|
|
|
|
Modifyloginvalue={()=>this.hideLoginDialog()}
|
|
|
|
|
{...this.props}
|
|
|
|
@ -454,9 +454,25 @@ export function TPMIndexHOC(WrappedComponent) {
|
|
|
|
|
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
|
|
|
|
|
box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.globalSpin {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.indexHOC > .ant-spin-nested-loading {
|
|
|
|
|
background: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.globalSpin .ant-spin-text {
|
|
|
|
|
text-shadow: none !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.globalSpin .ant-spin-dot-item {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}</style>
|
|
|
|
|
<Spin spinning={this.state.slowDownloading} delay={0}
|
|
|
|
|
<Spin spinning={this.state.slowDownloading} delay={0} className="globalSpin"
|
|
|
|
|
size="large"
|
|
|
|
|
tip= {this._slowDownloadTip || "加载中..."}
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|