forked from 77media/video-flow
移动组件
This commit is contained in:
parent
018e432328
commit
c9990dfce3
@ -306,7 +306,7 @@ export function MediaViewer({
|
|||||||
|
|
||||||
{/* 底部控制区域 */}
|
{/* 底部控制区域 */}
|
||||||
<motion.div
|
<motion.div
|
||||||
className="absolute bottom-20 left-4 z-10 flex items-center gap-3"
|
className="absolute bottom-16 left-4 z-10 flex items-center gap-3"
|
||||||
initial={{ opacity: 0, scale: 0.8 }}
|
initial={{ opacity: 0, scale: 0.8 }}
|
||||||
animate={{ opacity: 1, scale: 1 }}
|
animate={{ opacity: 1, scale: 1 }}
|
||||||
transition={{ delay: 1, duration: 0.6 }}
|
transition={{ delay: 1, duration: 0.6 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user