forked from Gitlink/forgeplus-react
merge
This commit is contained in:
commit
6687e05a0a
|
@ -34,7 +34,7 @@ $primary-color:#466aff;
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
.contentBox{
|
||||
.contentForm{
|
||||
padding:20px 20px 0px 20px;
|
||||
& > div{
|
||||
margin-bottom: 20px;
|
||||
|
|
|
@ -76,7 +76,7 @@ function Team(props){
|
|||
</div>
|
||||
{
|
||||
list && list.length > 0 ?
|
||||
<div className="contentBox">
|
||||
<div className="contentForm">
|
||||
{
|
||||
list.map((item,key)=>{
|
||||
return(
|
||||
|
|
Loading…
Reference in New Issue