From fa1692287b321163f7e76d23e34e19222e9399e7 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 12 Jun 2026 09:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97=E4=BC=9A=E5=91=98=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Information/Component/memberList.jsx | 2 +- src/forge/Information/Pages/custom/vip.jsx | 20 ++++++++++++------- src/forge/Information/index.scss | 3 +++ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/forge/Information/Component/memberList.jsx b/src/forge/Information/Component/memberList.jsx index 057ab5544..2360c1795 100644 --- a/src/forge/Information/Component/memberList.jsx +++ b/src/forge/Information/Component/memberList.jsx @@ -139,7 +139,7 @@ function Member(props) {
-
{member.name}
+
{member.name}
{member.memberLevel && {member.memberLevel} }
diff --git a/src/forge/Information/Pages/custom/vip.jsx b/src/forge/Information/Pages/custom/vip.jsx index 153018059..b0b698791 100644 --- a/src/forge/Information/Pages/custom/vip.jsx +++ b/src/forge/Information/Pages/custom/vip.jsx @@ -85,18 +85,24 @@ function CustomVip(props){ } setApplyVisible(!applyVisible) } - const nsccTitle = (title, delay=0.1, classname)=>
- {title && title.split("").map((char, index) => ( - - {char} - - ))} + const nsccTitle = (title, delay = 0.1, classname, emptyIndex) =>
+ {title && title.split("").map((char, index) => { + return ( + <> + + {char} + + {emptyIndex && index === emptyIndex - 1 && } + + ) + } + )}
return(
setApplyVisible(!applyVisible)} current_user={props.current_user}/>
- { nsccTitle(sectionMemberTitle) } + { nsccTitle(`社区会员` + "聚力前行", 0.1, "", 4) }
{tempConfig[temp].vipDesc}
diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index d323bd7be..b7099ca9c 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -2319,6 +2319,9 @@ font-family:alibaba; height:25px; line-height:25px; + width: 100%; + text-align: center; + padding: 0 10px; } } }