diff --git a/apps/desktop/src/components/outfit/OutfitRecommendationCard.tsx b/apps/desktop/src/components/outfit/OutfitRecommendationCard.tsx index 1ea199a..363feeb 100644 --- a/apps/desktop/src/components/outfit/OutfitRecommendationCard.tsx +++ b/apps/desktop/src/components/outfit/OutfitRecommendationCard.tsx @@ -27,7 +27,7 @@ export const OutfitRecommendationCard: React.FC = compact = false, className = '', }) => { - const [isExpanded, setIsExpanded] = useState(false); + const [isExpanded, setIsExpanded] = useState(true); // 处理卡片点击 const handleCardClick = useCallback((e: React.MouseEvent) => { diff --git a/apps/desktop/src/components/outfit/OutfitRecommendationList.tsx b/apps/desktop/src/components/outfit/OutfitRecommendationList.tsx index f1582ef..f694ba0 100644 --- a/apps/desktop/src/components/outfit/OutfitRecommendationList.tsx +++ b/apps/desktop/src/components/outfit/OutfitRecommendationList.tsx @@ -41,7 +41,7 @@ export const OutfitRecommendationList: React.FC = {/* 加载骨架屏 */} -
+
{[1, 2, 3].map((index) => (
{
{/* 顶部导航 */}
-
-
+
+
{/* 主要内容 */} -
-
+
+
{/* 左侧输入区域 */}
@@ -343,7 +343,7 @@ const OutfitRecommendationTool: React.FC = () => {
{/* 右侧结果区域 */} -
+