|
@@ -13,7 +13,7 @@
|
|
<div
|
|
<div
|
|
v-for="markHistory in markHistoryList"
|
|
v-for="markHistory in markHistoryList"
|
|
:key="markHistory.taskId"
|
|
:key="markHistory.taskId"
|
|
- class="m-l-base preview-item"
|
|
|
|
|
|
+ class="m-l-mini preview-item"
|
|
:class="{ current: task?.taskId === markHistory.taskId }"
|
|
:class="{ current: task?.taskId === markHistory.taskId }"
|
|
@click="onCurrentChange(markHistory)"
|
|
@click="onCurrentChange(markHistory)"
|
|
>
|
|
>
|