|
@@ -406,8 +406,10 @@ const imageList = ref([]) // image 列表
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
margin-left: auto; // 消息靠右显示
|
|
margin-left: auto; // 消息靠右显示
|
|
|
margin-right: 0; // 重置右边距
|
|
margin-right: 0; // 重置右边距
|
|
|
|
|
+ margin-bottom: rpx(10);
|
|
|
max-width: rpx(400);
|
|
max-width: rpx(400);
|
|
|
font-size: rpx(8);
|
|
font-size: rpx(8);
|
|
|
|
|
+ font-weight: normal;
|
|
|
width: fit-content; // 宽度随文字内容变化
|
|
width: fit-content; // 宽度随文字内容变化
|
|
|
border-radius: rpx(5);
|
|
border-radius: rpx(5);
|
|
|
padding: rpx(5);
|
|
padding: rpx(5);
|
|
@@ -423,6 +425,7 @@ const imageList = ref([]) // image 列表
|
|
|
max-width: rpx(400);
|
|
max-width: rpx(400);
|
|
|
padding: rpx(5);
|
|
padding: rpx(5);
|
|
|
font-size: rpx(8);
|
|
font-size: rpx(8);
|
|
|
|
|
+ font-weight: normal;
|
|
|
border-radius: rpx(5);
|
|
border-radius: rpx(5);
|
|
|
text-align: left; // 文字左对齐
|
|
text-align: left; // 文字左对齐
|
|
|
}
|
|
}
|
|
@@ -468,10 +471,7 @@ const imageList = ref([]) // image 列表
|
|
|
|
|
|
|
|
/* AI返回的HTML内容样式 */
|
|
/* AI返回的HTML内容样式 */
|
|
|
.ai-html-content {
|
|
.ai-html-content {
|
|
|
- margin-top: 10px;
|
|
|
|
|
- padding: 10px;
|
|
|
|
|
- border-radius: 5px;
|
|
|
|
|
- background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
|
|
|
+ border-radius: rpx(5);
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
|
}
|
|
}
|