style: 小程序入口按钮移到左下角

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-15 11:29:50 +08:00
parent 464cca5ace
commit 5d83532b61

View File

@@ -137,12 +137,12 @@ const HomePage: React.FC = () => {
</Container>
</Box>
{/* 移动端右上角固定按钮 - 小程序入口 */}
{/* 移动端左下角固定按钮 - 小程序入口 */}
{isMobile && (
<Box
position="fixed"
top="70px"
right="16px"
bottom="80px"
left="16px"
zIndex={1000}
>
<MiniProgramLauncher