Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-03 11:33:24 +08:00
16 changed files with 263 additions and 122 deletions

View File

@@ -5,7 +5,7 @@
<div class="agent-title">{{ props.title }}</div>
<div class="agent-name">AI Assistant 1.0</div>
</div>
<SvgIcon name="equal" color="#0d0d0d" size="24" />
<!-- <SvgIcon name="equal" color="#0d0d0d" size="24" /> -->
</div>
<div class="agent-body flex-1 flex flex-col">
<List ref="listRef" :message-list="messageList" @regenerate="handleRegenerate" />
@@ -447,7 +447,6 @@
.agent-header {
height: 7.4rem;
border-bottom: 0.1rem solid #c9c9c9;
font-family: 'GeneralMedium';
padding: 1.4rem 3.4rem 1.4rem 3.1rem;
.agent-title {

View File

@@ -187,7 +187,6 @@
border-radius: 2rem;
background-color: #fff;
border: 0.2rem solid #e5e5e5;
font-family: 'GeneralMedium';
font-size: 1.4rem;
padding: 0 0.9rem 0 1.4rem;
cursor: pointer;

View File

@@ -109,7 +109,7 @@
padding: 1.5rem 1.45rem;
font-weight: 500;
font-size: 1.4rem;
border-radius: 2rem;
border-radius: 3rem;
position: relative;
background: white;
cursor: pointer;
@@ -122,7 +122,7 @@
rgba(233, 121, 60, 0.8) 1.61%,
rgba(255, 207, 144, 0.8) 101.01%
);
border-radius: 2.2rem;
border-radius: 2.5rem;
z-index: -1;
}
}
@@ -140,7 +140,7 @@
}
.preview-wrapper {
width: 91.2rem;
width: 56%;
}
}
</style>