forked from 77media/video-flow
调整移动端chatbox图标定位
This commit is contained in:
parent
c84599096d
commit
d92a8f285a
@ -643,7 +643,7 @@ Please process this video editing request.`;
|
|||||||
|
|
||||||
{/* 智能对话按钮 */}
|
{/* 智能对话按钮 */}
|
||||||
<div
|
<div
|
||||||
className={`fixed right-[1rem] z-[49] ${isMobile ? 'bottom-[2rem]' : 'bottom-[10rem]'}`}
|
className={`fixed right-[1rem] z-[49] ${isMobile ? 'bottom-[9rem]' : 'bottom-[10rem]'}`}
|
||||||
>
|
>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user