From 81e41eaa6bc755557ecabd7b83295a0e41f22a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Mon, 12 Jun 2023 11:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/headerPageZone1.jsx | 4 ++-- src/forge/Information/indexZone1.scss | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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;