Browse Source

免责声明修改:该内容由AI内容生成,请注意甄别,字体颜色修改为白色。

songjie/feature-20250628160649-上线前优化
宋杰 6 days ago
parent
commit
fd095a2976
  1. 20
      src/views/AiEmotion.vue

20
src/views/AiEmotion.vue

@ -1225,6 +1225,12 @@ defineExpose({
</script>
<style scoped>
.disclaimer-item {
p {
color: #ffffff !important;
}
}
.container {
padding-top: 2%;
}
@ -1831,14 +1837,15 @@ defineExpose({
.user-message {
color: #6d22f8;
background: white;
font-weight: bold;
background: white;
font-weight: bold;
padding: 10px 15px;
border-radius: 15px;
max-width: 60%;
text-align: left;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-left: auto; /* 将用户消息推到右边 */
margin-left: auto;
/* 将用户消息推到右边 */
padding: 20px 20px;
}
@ -1851,7 +1858,8 @@ defineExpose({
max-width: 60%;
text-align: left;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-right: auto; /* 将AI消息保持在左边 */
margin-right: auto;
/* 将AI消息保持在左边 */
padding: 20px 20px;
}
@ -2245,8 +2253,8 @@ defineExpose({
border-top: 1px solid rgba(153, 153, 153, 0.2);
text-align: center;
.disclaimer-text {
color: #999999;
p.disclaimer-text {
color: #ffffff !important;
font-size: 14px;
margin: 0;
font-style: italic;

Loading…
Cancel
Save