小助理
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="top-select" @click="showType=true">
|
||||
{{aiConfigName || '选择应用'}} <u-icon name="arrow-down" color="#0052F5" size="28"></u-icon>
|
||||
</div>
|
||||
<!-- <p>已切换至{{aiConfigName}}大模型</p> -->
|
||||
<p>已切换至{{aiConfigName}}大模型</p>
|
||||
</div>
|
||||
<div class="service-content" v-if="!messageList.length">
|
||||
<div class="text-content">
|
||||
@@ -23,7 +23,7 @@
|
||||
<div v-for="(item, index) in messageList" :key="index">
|
||||
<div class="send-time">{{item.createTime.substring(5, 16)}}</div>
|
||||
<div :class="item.userType == 1 ? 'item-left' : 'item-right'">
|
||||
<img src="https://cdn.cunwuyun.cn/wechat/baiduAI/user-img.png" alt="" class="user-img" v-if="item.userType == 1">
|
||||
<img src="https://cdn.sinoecare.com/i/2024/08/22/66c6de5a9db60.jpg" alt="" class="user-img" v-if="item.userType == 1">
|
||||
<div class="item" :class="'item'+index">
|
||||
<u-icon name="play-right-fill" color="#CCE2FF" size="20" v-if="item.userType != 1" class="u-icon-right"></u-icon>
|
||||
<u-icon name="play-left-fill" color="#F3F5F7" size="20" v-if="item.userType == 1" class="u-icon-left"></u-icon>
|
||||
@@ -452,21 +452,12 @@ page {
|
||||
font-size: 24px;
|
||||
color: #708099;
|
||||
text-align: center;
|
||||
padding: 10px 0 8px 0;
|
||||
padding: 0 0 10px 0;
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
.top-select {
|
||||
display: inline-block;
|
||||
// line-height: 64px;
|
||||
// background: #026AF2;
|
||||
// border-radius: 32px;
|
||||
// text-align: center;
|
||||
// padding: 0 24px;
|
||||
// font-family: PingFangSC-Medium;
|
||||
// font-weight: 500;
|
||||
// font-size: 28px;
|
||||
// color: #FFF;
|
||||
line-height: 66px;
|
||||
height: 68px;
|
||||
background: #fff;
|
||||
@@ -488,7 +479,7 @@ page {
|
||||
background-image: url("https://cdn.sinoecare.com/i/2024/08/22/66c6b4384635e.jpg");
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
margin-top: 100px;
|
||||
margin-top: 144px;
|
||||
box-sizing: border-box;
|
||||
padding-top: 12px;
|
||||
.text-content {
|
||||
@@ -539,13 +530,13 @@ page {
|
||||
left: 0;
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
margin-top: 100px;
|
||||
margin-top: 144px;
|
||||
}
|
||||
.list-content {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
padding: 64px 32px 364px;
|
||||
padding: 108px 32px 364px;
|
||||
.send-time {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div v-for="(item, index) in messageList" :key="index">
|
||||
<div class="send-time">{{item.createTime.substring(5, 16)}}</div>
|
||||
<div :class="item.userType == 1 ? 'item-left' : 'item-right'">
|
||||
<img src="https://cdn.cunwuyun.cn/wechat/baiduAI/user-img.png" alt="" class="user-img" v-if="item.userType == 1">
|
||||
<img src="https://cdn.sinoecare.com/i/2024/08/22/66c6de5a9db60.jpg" alt="" class="user-img" v-if="item.userType == 1">
|
||||
<div class="item" :class="'item'+index">
|
||||
<u-icon name="play-right-fill" color="#CCE2FF" size="20" v-if="item.userType != 1" class="u-icon-right"></u-icon>
|
||||
<u-icon name="play-left-fill" color="#F3F5F7" size="20" v-if="item.userType == 1" class="u-icon-left"></u-icon>
|
||||
|
||||
Reference in New Issue
Block a user