diff --git a/frontend/src/components/Step2EnvSetup.vue b/frontend/src/components/Step2EnvSetup.vue
index 8e7457d..c804f0a 100644
--- a/frontend/src/components/Step2EnvSetup.vue
+++ b/frontend/src/components/Step2EnvSetup.vue
@@ -191,12 +191,9 @@
初始热点话题
-
+
# {{ topic }}
-
- +{{ simulationConfig.event_config.hot_topics.length - 8 }}
-
@@ -1449,18 +1446,16 @@ onUnmounted(() => {
.timeline-item {
position: relative;
- padding-left: 16px;
+ padding-left: 20px;
}
.timeline-marker {
position: absolute;
- left: -5px;
- top: 6px;
- width: 8px;
- height: 8px;
- background: #CCC;
- border-radius: 50%;
- border: 2px solid #FFF;
+ left: 0;
+ top: 14px;
+ width: 12px;
+ height: 2px;
+ background: #DDD;
}
.timeline-content {