图片显示
This commit is contained in:
parent
8e49bd7116
commit
4638a79079
|
|
@ -63,7 +63,7 @@ function HeaderPage(props){
|
|||
</div>
|
||||
{
|
||||
data.introductionImage &&
|
||||
<img src={data.introductionImage} alt="" width="474px" height="277px"/>
|
||||
<img src={data.introductionImage} alt="" height="277px"/>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -577,7 +577,6 @@
|
|||
padding:27px 24px;
|
||||
&>img{
|
||||
border-radius: 4px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.zone_infos_desc{
|
||||
padding:0px 34px 0px 10px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue