diff --git a/src/pages/ChatMain/ChatCardAi/styles/index.scss b/src/pages/ChatMain/ChatCardAi/styles/index.scss
index d06329a..aed36f8 100644
--- a/src/pages/ChatMain/ChatCardAi/styles/index.scss
+++ b/src/pages/ChatMain/ChatCardAi/styles/index.scss
@@ -17,7 +17,7 @@
}
.chat-ai {
- padding: 0 12px; // 消息内容的内边距 左右12px
+ padding: 0 16px; // 消息内容的内边距 左右12px
min-width: 0;
width: auto;
max-width: 100%;
diff --git a/src/pages/ChatMain/ChatCardMine/styles/index.scss b/src/pages/ChatMain/ChatCardMine/styles/index.scss
index ca89b24..9f71de7 100644
--- a/src/pages/ChatMain/ChatCardMine/styles/index.scss
+++ b/src/pages/ChatMain/ChatCardMine/styles/index.scss
@@ -6,7 +6,7 @@
}
.chat-mine {
- margin: 12px;
+ margin: 12px 16px;
padding: 8px 16px;
border-radius: 15px;
diff --git a/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue b/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue
index e9a0d3f..770876c 100644
--- a/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue
+++ b/src/pages/ChatMain/ChatLongAnswer/ParsedValueView.vue
@@ -1,9 +1,18 @@
-
- {{ entry.value }}
-
+
+
+
+ {{ entry.value }}
+
+
+
-
-
+
+ 继续追问
+
+
+ {{ question }}
+
+
+
+
+
-
- {{ formatLeafValue(item) }}
+
+
+ {{ formatLeafValue(item) }}
+
-
+
+
+
+
+
+ 查看景点详情
+
+ {{ entry.value.sopt_tag }}
+
+ {{ entry.value.sopt_name }}
+ {{ entry.value.spot_description }}
+
+
+
+
+
+
+
diff --git a/src/pages/ChatMain/ChatLongAnswer/index.vue b/src/pages/ChatMain/ChatLongAnswer/index.vue
index 89a9e0f..4d30a27 100644
--- a/src/pages/ChatMain/ChatLongAnswer/index.vue
+++ b/src/pages/ChatMain/ChatLongAnswer/index.vue
@@ -7,7 +7,7 @@
-
+