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'; }, []) // 是否为导师身份