diff --git a/apps/desktop/src/components/MaterialSegmentView.tsx b/apps/desktop/src/components/MaterialSegmentView.tsx index b08c8a1..c860829 100644 --- a/apps/desktop/src/components/MaterialSegmentView.tsx +++ b/apps/desktop/src/components/MaterialSegmentView.tsx @@ -326,11 +326,11 @@ export const MaterialSegmentView: React.FC = ({ projec {/* 筛选条件 */}
- {/* AI分类筛选 */} -
-
+ {/* AI分类筛选 - 单行显示 */} +
+
- AI分类 + AI分类:
{classificationOptions.map(option => ( @@ -352,11 +352,11 @@ export const MaterialSegmentView: React.FC = ({ projec
- {/* 模特筛选 */} -
-
+ {/* 模特筛选 - 单行显示 */} +
+
- 模特 + 模特:
{modelOptions.map(option => (