fix(ecommerce): restore quick action colors for product/copywriting/more

Add missing --quick-accent/--quick-bg/--quick-text variables for

- product (商品套图)

- copywriting (一键文案)

- more (更多功能)
This commit is contained in:
Codex
2026-06-17 11:33:36 +08:00
parent 2c3c6eb2c9
commit d819cecfc6
+18
View File
@@ -12168,6 +12168,24 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
--quick-shadow: rgba(232, 89, 12, 0.1); --quick-shadow: rgba(232, 89, 12, 0.1);
} }
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board .ecom-command-quick-card--product {
--quick-accent: #0f8f72;
--quick-bg: #e6f7f3;
--quick-text: #0a4d3d;
}
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board .ecom-command-quick-card--copywriting {
--quick-accent: #4f46e5;
--quick-bg: #eef2ff;
--quick-text: #312e81;
}
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board .ecom-command-quick-card--more {
--quick-accent: #6b7280;
--quick-bg: #f3f4f6;
--quick-text: #374151;
}
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board, html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board,
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button, html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button,
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button > span, html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button > span,