图片显示

This commit is contained in:
caishi 2023-06-05 16:00:38 +08:00
parent 8e49bd7116
commit 4638a79079
2 changed files with 1 additions and 2 deletions

View File

@ -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>
}

View File

@ -577,7 +577,6 @@
padding:27px 24px;
&>img{
border-radius: 4px;
object-fit: cover;
}
.zone_infos_desc{
padding:0px 34px 0px 10px;