diff --git a/src/forge/Information/Pages/homepage/component/introduction.jsx b/src/forge/Information/Pages/homepage/component/introduction.jsx index 19e55566a..12a8a3ec8 100644 --- a/src/forge/Information/Pages/homepage/component/introduction.jsx +++ b/src/forge/Information/Pages/homepage/component/introduction.jsx @@ -28,9 +28,9 @@ function Introduction({data, statistics=true}) { {firstTitle} ABOUT US -
{sectionResourceTitle}
+{homepageResourceTitle}
{subTitle}
{zoneList.slice(0,2).map(item=>{ @@ -58,7 +58,7 @@ function Source({data, subTitle}) {{i.name}
diff --git a/src/forge/Information/Pages/homepage/index.scss b/src/forge/Information/Pages/homepage/index.scss index 6603b3a27..db0855268 100644 --- a/src/forge/Information/Pages/homepage/index.scss +++ b/src/forge/Information/Pages/homepage/index.scss @@ -339,7 +339,7 @@ .image_v_1{ width: 180px; height: 150px; - object-fit: cover; + object-fit: scale-down; } } .specialProjects_1_bg{