diff --git a/src/forge/Information/Pages/headerPagebyCCF.jsx b/src/forge/Information/Pages/headerPagebyCCF.jsx index bad44760..1160ba0e 100644 --- a/src/forge/Information/Pages/headerPagebyCCF.jsx +++ b/src/forge/Information/Pages/headerPagebyCCF.jsx @@ -245,23 +245,29 @@ function HeaderPageCCF(props) { // 核心贡献者 data && data.memberShow === 1 && personList && personList.length > 0 &&
-

{data.homepageMemberTitle}

- - {/* { -
} diff --git a/src/forge/Information/indexZonebyCCF.scss b/src/forge/Information/indexZonebyCCF.scss index 1259c54a..c6c7478f 100644 --- a/src/forge/Information/indexZonebyCCF.scss +++ b/src/forge/Information/indexZonebyCCF.scss @@ -258,4 +258,12 @@ font-size: 32px; text-align: center; margin-top: 40px; +} + +.memberLevel_tag{ + padding: 0px 5px; + line-height: 25px; + display: inline-block; + border: 1px solid var(--primary-color); + color: var(--primary-color); } \ No newline at end of file