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