diff --git a/src/features/ecommerce/EcommercePage.tsx b/src/features/ecommerce/EcommercePage.tsx index 0fb18b1..af3f705 100644 --- a/src/features/ecommerce/EcommercePage.tsx +++ b/src/features/ecommerce/EcommercePage.tsx @@ -7319,26 +7319,6 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { ) : null} - {newConversationImages.length ? ( -
- 新需求 -

{newRequirementText}

-
- {currentRequirementMeta.map((item) => ( - - {item.label} - {item.value} - - ))} -
-
- {newConversationImages.slice(0, 4).map((image) => ( - {image.name - ))} - {newConversationImages.length > 4 ? +{newConversationImages.length - 4} : null} -
-
- ) : null}
电商图设计师

@@ -7368,6 +7348,26 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { ) : null}

+ {newConversationImages.length ? ( +
+ 新需求 +

{newRequirementText}

+
+ {currentRequirementMeta.map((item) => ( + + {item.label} + {item.value} + + ))} +
+
+ {newConversationImages.slice(0, 4).map((image) => ( + {image.name + ))} + {newConversationImages.length > 4 ? +{newConversationImages.length - 4} : null} +
+
+ ) : null}