update pay function
This commit is contained in:
@@ -897,7 +897,7 @@ const AgentChat = () => {
|
||||
</div>
|
||||
|
||||
{/* 消息列表 */}
|
||||
<ScrollShadow className="flex-1 p-6 bg-gradient-to-b from-gray-900/50 to-gray-900/30">
|
||||
<div className="flex-1 p-6 bg-gradient-to-b from-gray-900/50 to-gray-900/30 overflow-y-auto">
|
||||
<motion.div
|
||||
className="max-w-4xl mx-auto space-y-4"
|
||||
variants={animations.staggerContainer}
|
||||
@@ -920,7 +920,7 @@ const AgentChat = () => {
|
||||
</AnimatePresence>
|
||||
<div ref={messagesEndRef} />
|
||||
</motion.div>
|
||||
</ScrollShadow>
|
||||
</div>
|
||||
|
||||
{/* 快捷问题 */}
|
||||
<AnimatePresence>
|
||||
@@ -1095,7 +1095,7 @@ const AgentChat = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ScrollShadow className="flex-1">
|
||||
<div className="flex-1 overflow-y-auto">
|
||||
<Tabs
|
||||
aria-label="配置选项"
|
||||
color="primary"
|
||||
@@ -1295,7 +1295,7 @@ const AgentChat = () => {
|
||||
</div>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</ScrollShadow>
|
||||
</div>
|
||||
</motion.div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user