mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 21:14:21 +08:00
fix: 调整看板奖牌到卡片右侧并放大显示
This commit is contained in:
@@ -836,11 +836,12 @@ ORDER BY reward_points DESC, score DESC`,
|
||||
{rankBadge && (
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
justifyContent: "flex-start",
|
||||
fontSize: "24px",
|
||||
position: "absolute",
|
||||
top: 10,
|
||||
right: 10,
|
||||
fontSize: "32px",
|
||||
lineHeight: 1,
|
||||
marginBottom: 6,
|
||||
zIndex: 1,
|
||||
}}
|
||||
>
|
||||
{rankBadge}
|
||||
|
||||
Reference in New Issue
Block a user