Merge branch 'main' of http://18.167.251.121:10003/aidlab/lanecarford_front
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-19 13:26:58 +08:00
19 changed files with 171 additions and 315 deletions

View File

@@ -179,7 +179,7 @@ const onContinue = () => {
<template>
<div class="creation-list">
<div class="title" @click="handleOpenShare">Your Creation</div>
<div class="title">Your Creation</div>
<div class="list">
<my-list v-model:loading="loading" v-model:finish="finish" @load="onLoad">
<div class="item" v-for="(v, i) in list" :key="i" @click="onItem(v)">
@@ -230,7 +230,7 @@ const onContinue = () => {
display: flex;
flex-direction: column;
> .title {
font-family: satoshiRegular;
font-family: 'satoshiRegular';
font-size: 9rem;
text-align: center;
line-height: 124%;
@@ -284,8 +284,9 @@ const onContinue = () => {
}
> .ai {
color: #646464;
background: linear-gradient(
137.95deg,
background: linear-gradient(0deg, rgba(230, 219, 219, 0.5), rgba(230, 219, 219, 0.5)),
linear-gradient(
165.5deg,
#7a96ac 2.28%,
#eaeff3 19.8%,
#c2d4e1 32.94%,
@@ -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 {
@@ -309,7 +309,7 @@ const onContinue = () => {
width: 5rem;
height: 5rem;
border-radius: 1rem;
border: 0.2rem solid #000;
border: 0.2rem solid rgba(0, 0, 0, 0.5);
--svg-icon-color: #000;
display: flex;
align-items: center;