diff --git a/src/pages/ChatMain/ChatLongAnswer/styles/index.scss b/src/pages/ChatMain/ChatLongAnswer/styles/index.scss
index 9c0c6ff..fb81e47 100644
--- a/src/pages/ChatMain/ChatLongAnswer/styles/index.scss
+++ b/src/pages/ChatMain/ChatLongAnswer/styles/index.scss
@@ -4,7 +4,8 @@
align-items: flex-start;
justify-content: space-between;
gap: 10px;
- margin-bottom: 6px;
+ border-bottom: 1px solid rgba(15, 23, 42, 0.06);
+ padding-bottom: 12px;
}
.long-answer-tag {
display: inline-flex;
@@ -14,6 +15,7 @@
border-radius: 12px;
border: 1px solid transparent;
font-size: 12px;
+ font-weight: 600;
line-height: 18px;
}
.long-answer-title {
diff --git a/src/pages/ChatModule/AnswerComponent/index.vue b/src/pages/ChatModule/AnswerComponent/index.vue
index a696f6e..778b4aa 100644
--- a/src/pages/ChatModule/AnswerComponent/index.vue
+++ b/src/pages/ChatModule/AnswerComponent/index.vue
@@ -13,7 +13,7 @@
- 正在生成
+ 正在生成