update pay function
This commit is contained in:
@@ -678,7 +678,7 @@ const AgentChat = () => {
|
|||||||
{/* 背景渐变层 */}
|
{/* 背景渐变层 */}
|
||||||
<Box
|
<Box
|
||||||
position="absolute"
|
position="absolute"
|
||||||
top={0}
|
top="80px"
|
||||||
left={0}
|
left={0}
|
||||||
right={0}
|
right={0}
|
||||||
bottom={0}
|
bottom={0}
|
||||||
@@ -689,7 +689,7 @@ const AgentChat = () => {
|
|||||||
{/* 背景装饰光效 */}
|
{/* 背景装饰光效 */}
|
||||||
<Box
|
<Box
|
||||||
position="absolute"
|
position="absolute"
|
||||||
top="-50%"
|
top="0"
|
||||||
right="-20%"
|
right="-20%"
|
||||||
width="600px"
|
width="600px"
|
||||||
height="600px"
|
height="600px"
|
||||||
|
|||||||
Reference in New Issue
Block a user