style: ai标签颜色
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-10 14:14:34 +08:00
parent 662f0e2115
commit 21751700f6

View File

@@ -284,7 +284,8 @@ const onContinue = () => {
} }
> .ai { > .ai {
color: #646464; 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, 137.95deg,
#7a96ac 2.28%, #7a96ac 2.28%,
#eaeff3 19.8%, #eaeff3 19.8%,
@@ -293,8 +294,7 @@ const onContinue = () => {
#d4dee5 62.15%, #d4dee5 62.15%,
#abbdc8 78.69%, #abbdc8 78.69%,
#bccad7 95.24% #bccad7 95.24%
), );
linear-gradient(0deg, rgba(230, 219, 219, 0.5), rgba(230, 219, 219, 0.5));
} }
} }
> .icons { > .icons {