diff --git a/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx b/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx
index ed66120a..1a4c301a 100644
--- a/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx
+++ b/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx
@@ -50,7 +50,7 @@ const PricingTopSection = ({
onCompositionEnd={handleCompositionEnd}
onChange={handleChange}
showClear
- className="!bg-transparent"
+ style={{ backgroundColor: 'transparent' }}
/>
@@ -82,14 +82,16 @@ const PricingTopSection = ({
return (
<>
- {/* 供应商介绍区域(含骨架屏) */}
-
+ {/* 供应商介绍区域(桌面端显示) */}
+ {!isMobile && (
+
+ )}
{/* 搜索和操作区域 */}
{SearchAndActions}