diff --git a/frontend/src/components/layout/PageLayout.jsx b/frontend/src/components/layout/PageLayout.jsx index c869085..40b8755 100644 --- a/frontend/src/components/layout/PageLayout.jsx +++ b/frontend/src/components/layout/PageLayout.jsx @@ -4,8 +4,8 @@ const PageLayout = ({ tabs }) => { const [activeTab, setActiveTab] = useState(0); return ( -
-
+
+

AI Gateway Config

{/* 标签页导航 */} diff --git a/frontend/src/features/virtual-models/index.jsx b/frontend/src/features/virtual-models/index.jsx index b840acd..a599707 100644 --- a/frontend/src/features/virtual-models/index.jsx +++ b/frontend/src/features/virtual-models/index.jsx @@ -36,7 +36,7 @@ const VirtualModelsPage = () => { }; return ( -
+
{/* 创建虚拟模型弹窗 */} { /> -
+

虚拟模型管理

- +
+ +
); };