From 21751700f6c73764598f0b1bf0c4442a8bfa18a0 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 10 Dec 2025 14:14:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20ai=E6=A0=87=E7=AD=BE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Workshop/creation/creation-list.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Workshop/creation/creation-list.vue b/src/views/Workshop/creation/creation-list.vue index 869b65d..1ba544b 100644 --- a/src/views/Workshop/creation/creation-list.vue +++ b/src/views/Workshop/creation/creation-list.vue @@ -284,7 +284,8 @@ const onContinue = () => { } > .ai { color: #646464; - background: linear-gradient( + background: linear-gradient(0deg, rgba(230, 219, 219, 0.5), rgba(230, 219, 219, 0.5)), + linear-gradient( 137.95deg, #7a96ac 2.28%, #eaeff3 19.8%, @@ -293,8 +294,7 @@ const onContinue = () => { #d4dee5 62.15%, #abbdc8 78.69%, #bccad7 95.24% - ), - linear-gradient(0deg, rgba(230, 219, 219, 0.5), rgba(230, 219, 219, 0.5)); + ); } } > .icons {