From b3dab4177302dfbb28fe894d4244d274066a047f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 28 Jun 2024 14:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=E3=80=81?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E5=A4=8F=E4=BB=A4=E8=90=A5title=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/newsDetail.jsx | 7 ++++++- src/forge/Information/index.scss | 17 +++++++++++++++-- src/glcc/index.jsx | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/forge/Information/Pages/newsDetail.jsx b/src/forge/Information/Pages/newsDetail.jsx index 0555a0741..cd86f2c15 100644 --- a/src/forge/Information/Pages/newsDetail.jsx +++ b/src/forge/Information/Pages/newsDetail.jsx @@ -129,12 +129,17 @@ function NewsDetail(props){ { !!detail.visits &&
  • {detail.visits}
  • } { detail.auditStatus === '2' &&
  • } { detail.auditStatus === '0' &&
  • } + { detail.keywords && !isPhone() &&
  • 文章标签:{ detail.keywords.split(',').map(e => ( + { e } + )) }
  • } { !IsPC() && } { content ? <> - { detail.keywords &&

    文章标签:{ detail.keywords }

    } + { detail.keywords && isPhone() &&
  • 文章标签:{ detail.keywords.split(',').map(e => ( + { e } + )) }
  • } : diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index c93811076..8e021089b 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -493,7 +493,14 @@ line-height: 28px; padding-bottom: 10px; span { - color:#466aff; + display: inline-block; + color:#1F2329; + margin-right: 5px; + border: 1px solid; + border-color: #d6d8e0; + border-radius: 4px; + padding: 2px 10px; + margin-bottom: 10px !important; } } } @@ -568,7 +575,13 @@ line-height: 28px; padding-bottom: 10px; span { - color:#466aff; + display: inline-block; + color:#1F2329; + margin-right: 5px; + border: 1px solid; + border-color: #d6d8e0; + border-radius: 4px; + padding: 2px 10px; } } .info_text_main{ diff --git a/src/glcc/index.jsx b/src/glcc/index.jsx index c4e091d3a..5e3033f6b 100644 --- a/src/glcc/index.jsx +++ b/src/glcc/index.jsx @@ -171,7 +171,7 @@ const Glcc = (propsF) => { const [studentRegId, setStudentRegId] = useState(undefined); useEffect(()=>{ - document.title='开源夏令营'; + document.title='确实开源编程夏令营丨GLCC'; }, []) // 是否为导师身份