style: 小程序入口按钮移到左下角
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -137,12 +137,12 @@ const HomePage: React.FC = () => {
|
|||||||
</Container>
|
</Container>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{/* 移动端右上角固定按钮 - 小程序入口 */}
|
{/* 移动端左下角固定按钮 - 小程序入口 */}
|
||||||
{isMobile && (
|
{isMobile && (
|
||||||
<Box
|
<Box
|
||||||
position="fixed"
|
position="fixed"
|
||||||
top="70px"
|
bottom="80px"
|
||||||
right="16px"
|
left="16px"
|
||||||
zIndex={1000}
|
zIndex={1000}
|
||||||
>
|
>
|
||||||
<MiniProgramLauncher
|
<MiniProgramLauncher
|
||||||
|
|||||||
Reference in New Issue
Block a user