diff --git a/src/forge/Information/Pages/headerPageZone1.jsx b/src/forge/Information/Pages/headerPageZone1.jsx index 5c060d602..bd7b761fc 100644 --- a/src/forge/Information/Pages/headerPageZone1.jsx +++ b/src/forge/Information/Pages/headerPageZone1.jsx @@ -153,7 +153,7 @@ function HeaderPage(props){

{newsList[0].summary}

- + {newsList[0].publishTime} @@ -173,7 +173,7 @@ function HeaderPage(props){

{i.summary}

- + {i.publishTime} diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss index c30c94c04..35b6437ec 100644 --- a/src/forge/Information/indexZone1.scss +++ b/src/forge/Information/indexZone1.scss @@ -127,7 +127,7 @@ align-items: center; justify-content: space-between; height: 20px; - line-height: 20px; + line-height: 13px; } .zone_btn{ padding-right: 20px; @@ -514,6 +514,7 @@ .vip_list{ margin-top: 50px; padding-top: 1px; + padding-bottom: 35px; width: 1200px; background-image: url('./img/vipListBg.png'), linear-gradient(180deg,#009f7d 0%,#0f6754 100%); background-repeat: no-repeat;