mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-07-07 20:18:16 +08:00
fix: diy按钮位置调整
This commit is contained in:
parent
eaa56b0070
commit
657422eb4f
|
@ -61,7 +61,7 @@ export const ThemeChanger: FC<{
|
||||||
style={{
|
style={{
|
||||||
transform: open
|
transform: open
|
||||||
? `translateY(-${110 * 6}%)`
|
? `translateY(-${110 * 6}%)`
|
||||||
: 'translateY(-110%)',
|
: 'translateX(-110%)',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{open ? '点我整活' : 'DIY!'}
|
{open ? '点我整活' : 'DIY!'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user