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