From b9ed0f5449574b6109c4d84bd7a033f23aba1df6 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 07:15:03 +0800 Subject: [PATCH] update pay function --- src/views/AgentChat/index.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/AgentChat/index.js b/src/views/AgentChat/index.js index b35ed975..aefca8af 100644 --- a/src/views/AgentChat/index.js +++ b/src/views/AgentChat/index.js @@ -63,7 +63,6 @@ import { StepResultCard } from '@components/ChatBot/StepResultCard'; import { MarkdownWithCharts } from '@components/ChatBot/MarkdownWithCharts'; import { logger } from '@utils/logger'; import axios from 'axios'; -import HomeNavbar from '@components/Navbars/HomeNavbar'; /** * Agent消息类型 @@ -758,10 +757,7 @@ const AgentChatV4 = () => { ); return ( - - {/* 顶部导航栏 */} - - + <> {/* 全局样式:确保页面正确显示 */} { `} /> - {/* 主内容区域 */} + {/* 主内容区域 - 使用calc减去导航栏高度,避免内容被遮挡 */} { - + ); };