diff --git a/CHANGELOG.md b/CHANGELOG.md
index b930d9e..bdc413f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -121,6 +121,7 @@
- | 角色显示状态修改 | [7d3b906](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/7d3b906)
- | 角色栏修改 | [19228d6](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/19228d6)
- | 解决时间轴报错 | [da1eece](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/da1eece)
+ - | 设置时间轴自动滚动到当前位置 | [a3474f8](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/a3474f8)
- | 跳转详情页返回路径修改 | [c5e17c0](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/c5e17c0)
- | 骨架屏替换 | [e9fdd71](https://dd.tall.wiki/gitea/ccsens_fe/TALL-MUI-3/commits/e9fdd71)
diff --git a/src/components/TimeLine/component/TimeStatus.vue b/src/components/TimeLine/component/TimeStatus.vue
index 7215474..b98fcef 100644
--- a/src/components/TimeLine/component/TimeStatus.vue
+++ b/src/components/TimeLine/component/TimeStatus.vue
@@ -5,13 +5,25 @@
:style="{ color: orderStyle.color }"
@tap="changeStatus($event, task.process)"
>
+
+
+
+
+
+ {{ computeDurationText() }}
+
+
+
+
+
@@ -22,7 +34,7 @@
{{ computeDurationText() }}
-
+
@@ -184,4 +196,17 @@ export default {
height: 33px;
width: 33px;
}
+
+.progress-box {
+ background: rgba(255, 255, 255, 0);
+ width: 33px;
+ height: 33px;
+ border: 2px solid #9ca3af;
+}
+
+.progress-box-4 {
+ width: 25px;
+ height: 25px;
+ border: 2px solid #60a5fa;
+}