style(team): banner 右边距与下方成员表左列对齐(留出右栏 320+24)

This commit is contained in:
UI 设计
2026-05-21 17:12:15 +08:00
parent 5d09ba72fd
commit 8b8a172102
+2
View File
@@ -12,6 +12,8 @@
color: var(--accent-white);
padding: 22px 28px 24px;
margin-bottom: 24px;
/* 与下方 .team-grid 左列(成员表)对齐:右栏 320 + gap 24 = 344 */
margin-right: calc(320px + 24px);
position: relative;
border: 1px solid var(--accent-black);
border-radius: var(--r-md);