feat: 微信UI调整

This commit is contained in:
zdl
2025-10-22 15:40:36 +08:00
parent 1f3fe8ce39
commit 35198aa548
2 changed files with 175 additions and 108 deletions

View File

@@ -502,7 +502,7 @@ export default function AuthFormContent() {
{/* 桌面端:右侧二维码扫描 */}
{!isMobile && (
<Box flex={{ base: "1", md: "0 0 auto" }}> {/* ✅ 桌面端让右侧自适应宽度 */}
<Center width="100%" bg="gray.50" borderRadius="lg" p={0}> {/* ✅ 完全移除padding最大化空间利用 */}
<Center width="100%"> {/* ✅ 移除bg和pWechatRegister自带白色背景和padding */}
<WechatRegister />
</Center>
</Box>