diff --git a/src/features/ecommerce/EcommercePage.tsx b/src/features/ecommerce/EcommercePage.tsx index e2dffe5..23e4914 100644 --- a/src/features/ecommerce/EcommercePage.tsx +++ b/src/features/ecommerce/EcommercePage.tsx @@ -6941,26 +6941,6 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { ) : null} - {newConversationImages.length ? ( - - 新需求 - {newRequirementText} - - {currentRequirementMeta.map((item) => ( - - {item.label} - {item.value} - - ))} - - - {newConversationImages.slice(0, 4).map((image) => ( - - ))} - {newConversationImages.length > 4 ? +{newConversationImages.length - 4} : null} - - - ) : null} 电商图设计师 @@ -6990,6 +6970,26 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { ) : null} + {newConversationImages.length ? ( + + 新需求 + {newRequirementText} + + {currentRequirementMeta.map((item) => ( + + {item.label} + {item.value} + + ))} + + + {newConversationImages.slice(0, 4).map((image) => ( + + ))} + {newConversationImages.length > 4 ? +{newConversationImages.length - 4} : null} + + + ) : null} span { + font-size: 12px !important; + font-weight: 820 !important; +} + +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-message p { + font-size: 13px !important; + line-height: 1.64 !important; +} + +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-meta { + gap: 8px !important; + margin-top: 10px !important; +} + +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-meta em { + min-height: 28px !important; + padding: 7px 11px !important; + border-color: rgba(30, 189, 219, 0.16) !important; + background: rgba(248, 253, 255, 0.98) !important; +} + +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-assets { + gap: 9px !important; + margin-top: 2px !important; +} + +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-assets img, +html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-assets em { + width: 46px !important; + height: 46px !important; + border-radius: 14px !important; +} + +@media (max-width: 900px) { + html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail { + --clone-chat-width: min(92vw, 408px); + } + + html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-conversation-body { + padding-right: 14px !important; + padding-left: 14px !important; + } +} + +@media (max-width: 480px) { + html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail { + --clone-chat-width: min(94vw, 364px); + } + + html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-message--user, + html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"].is-history-detail .clone-ai-chat-message--assistant { + margin-right: 0 !important; + margin-left: 0 !important; + } +}
{newRequirementText}
@@ -6990,6 +6970,26 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { ) : null}