forked from Gitlink/forgeplus-react
style
This commit is contained in:
parent
d0ccc92cc6
commit
50f39afffa
|
|
@ -276,7 +276,7 @@ class Index extends Component {
|
|||
mirrorCheck
|
||||
} = this.state;
|
||||
return (
|
||||
<div className="main back-white">
|
||||
<div className="main back-white" style={{padding:"0px",border:"none"}}>
|
||||
<div className="newPanel">
|
||||
<div className="newPanel_title">创建{projectsType && projectsType === "mirror" ? "镜像" : "托管"}项目</div>
|
||||
<Spin spinning={isSpin}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue