From 6f11b918499d831f46d0e81d85ee05a72b09be24 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Wed, 28 May 2025 17:40:16 +0800 Subject: [PATCH] =?UTF-8?q?style(survey):=20=E4=BF=AE=E6=94=B9=20AI=20?= =?UTF-8?q?=E6=B4=9E=E5=AF=9F=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 AI 洞察卡片的图片背景 - 添加从浅蓝色到白色的线性渐变背景 --- src/views/Survey/views/Analysis/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Survey/views/Analysis/Index.vue b/src/views/Survey/views/Analysis/Index.vue index 3f3c7cb..7d9ec35 100644 --- a/src/views/Survey/views/Analysis/Index.vue +++ b/src/views/Survey/views/Analysis/Index.vue @@ -103,7 +103,7 @@ onUnmounted(() => { // width: 100%; .ai-insight { - background-image: url('@/assets/img/home/item-back.png'); + background: linear-gradient(to bottom, rgb(239, 249, 252) 0, white 20%); background-position: 11% 11%; .ai-insight-content {