diff --git a/src/pages/ChatMain/ChatLongAnswer/index.vue b/src/pages/ChatMain/ChatLongAnswer/index.vue index 800cc21..deab239 100644 --- a/src/pages/ChatMain/ChatLongAnswer/index.vue +++ b/src/pages/ChatMain/ChatLongAnswer/index.vue @@ -7,7 +7,7 @@ - + {{ headerSections.title.contentValue }} diff --git a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss index 4a0b198..766fd06 100644 --- a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss +++ b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss @@ -11,11 +11,11 @@ display: flex; flex-direction: column; gap: 6px; - margin-bottom: 4px; + margin-bottom: 8px; } .content-body-image-bottom { - margin-bottom: 4px; + margin-bottom: 8px; } .content-body-image { @@ -35,8 +35,9 @@ .content-body-list-card { display: flex; flex-direction: column; - padding: 12px 16px 12px 0; + padding: 12px; border-radius: 12px; + margin-bottom: 8px; } .content-body-list-item {