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

This commit is contained in:
X1627315083@163.com
2026-03-04 15:40:32 +08:00
2 changed files with 34 additions and 18 deletions

View File

@@ -7,7 +7,10 @@
<div class="thumb"> <div class="thumb">
<img :src="content.isUser ? userThumb : agentThumb" class="thumb-icon" /> <img :src="content.isUser ? userThumb : agentThumb" class="thumb-icon" />
</div> </div>
<div class="message-context" v-show="!content.loading"> <div
class="message-context"
v-show="!content.loading && !content.thinking && !content.streaming"
>
<div class="img-list flex" v-if="imageList.length > 0"> <div class="img-list flex" v-if="imageList.length > 0">
<img <img
v-for="(item, index) in imageList" v-for="(item, index) in imageList"
@@ -225,9 +228,9 @@
.operate { .operate {
margin-top: 1.3rem; margin-top: 1.3rem;
column-gap: 1.2rem; column-gap: 1.2rem;
&.is-user { // &.is-user {
justify-content: flex-end; // justify-content: flex-end;
} // }
} }
} }
.img-list { .img-list {

View File

@@ -598,6 +598,22 @@
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.report-btn {
position: absolute;
bottom: -7.4rem;
height: 4.4rem;
border-radius: 2.2rem;
width: 20rem;
background-color: #fff;
border: 1px solid #f6f4ef;
column-gap: 1.2rem;
cursor: pointer;
.c-svg {
width: 1.5rem;
height: 1.9rem;
}
}
.assist-input-wrapper { .assist-input-wrapper {
min-height: 23.5rem; min-height: 23.5rem;
max-height: 43.5rem; max-height: 43.5rem;
@@ -605,24 +621,18 @@
border-radius: 2.8rem; border-radius: 2.8rem;
background-color: #fff; background-color: #fff;
border: 0.1rem solid #00000005; border: 0.1rem solid #00000005;
box-shadow: 0px 5px 14px 0px #0000001a; box-shadow: 0px 0.5rem 1.4rem 0px #0000001a;
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
position: relative; position: relative;
.report-btn { &:not(.agent):hover {
position: absolute; box-shadow: 0px 0.5rem 3.36rem 2.2rem #f1ede999;
bottom: -7.4rem; transition: all 0.3s ease;
height: 4.4rem; top: -1rem;
border-radius: 2.2rem;
width: 20rem; .report-btn {
background-color: #fff; bottom: -8.4rem;
border: 1px solid #f6f4ef;
column-gap: 1.2rem;
cursor: pointer;
.c-svg {
width: 1.5rem;
height: 1.9rem;
} }
} }
@@ -823,6 +833,9 @@
cursor: pointer; cursor: pointer;
background-color: #ff7a51; background-color: #ff7a51;
border-radius: 50%; border-radius: 50%;
&:hover {
background-color: #f8693d;
}
.sender-icon { .sender-icon {
width: 1.3rem; width: 1.3rem;
height: 1.3rem; height: 1.3rem;