diff --git a/frontend/src/components/Step5Interaction.vue b/frontend/src/components/Step5Interaction.vue index dbdd2a6..0f15780 100644 --- a/frontend/src/components/Step5Interaction.vue +++ b/frontend/src/components/Step5Interaction.vue @@ -156,17 +156,11 @@ -
-
+
+
简介

{{ selectedAgent.bio }}

-
-
兴趣领域
-
- {{ topic }} -
-
@@ -1335,28 +1329,6 @@ watch(() => props.simulationId, (newId) => { color: #4B5563; } -.profile-card-topics { - background: #FFFFFF; - padding: 12px 14px; - border-radius: 8px; - border: 1px solid #E5E7EB; -} - -.profile-topics-list { - display: flex; - flex-wrap: wrap; - gap: 6px; -} - -.profile-topic-tag { - padding: 4px 10px; - background: #F3F4F6; - color: #374151; - border-radius: 12px; - font-size: 12px; - font-weight: 500; -} - /* Target Selector */ .target-selector { padding: 16px 24px;