fix(ecommerce): 补全 clone-ai-node-label 在 result-stack 顶部的定位样式

This commit is contained in:
2026-06-15 11:33:04 +08:00
parent 0b2d6b901f
commit 307537a7ce
+9
View File
@@ -2950,6 +2950,15 @@
min-width: 0;
}
.product-clone-page[data-tool="clone"] .clone-ai-result-stack > .clone-ai-node-label {
position: absolute;
top: -6px;
left: 50%;
z-index: 5;
transform: translate(-50%, -100%);
white-space: nowrap;
}
.product-clone-page[data-tool="clone"] .clone-ai-source-corner-action {
position: absolute;
top: -6px;