ccf logo width

This commit is contained in:
caishi 2024-04-19 11:39:35 +08:00
parent 3cf93f785d
commit 351fd7deae
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ function HeaderPageCCF(props) {
</div>
{
data.introductionImage &&
<img src={data.introductionImage} alt="" height="277px" />
<img src={data.introductionImage} alt="" width="300px" />
}
</div>
}