feat: ai的消息取消气泡样式
This commit is contained in:
@@ -1449,6 +1449,7 @@ onUnmounted(() => {
|
|||||||
// AI 内容区域左边距
|
// AI 内容区域左边距
|
||||||
.ai-content-wrapper {
|
.ai-content-wrapper {
|
||||||
margin-left: 36px;
|
margin-left: 36px;
|
||||||
|
width: calc(100% - 36px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 用户消息容器 - 宽度铺满(和 AI 消息一样)
|
// 用户消息容器 - 宽度铺满(和 AI 消息一样)
|
||||||
@@ -1494,9 +1495,17 @@ onUnmounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
|
.el-bubble-content-wrapper {
|
||||||
|
flex: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.el-bubble-content {
|
.el-bubble-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
background: transparent !important;
|
||||||
|
border: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1805,6 +1814,9 @@ onUnmounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user