style(dashboard): 修复 workspace 模板格式化
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -399,7 +399,9 @@ onUnmounted(stopPolling);
|
||||
</div>
|
||||
<div :class="taskListClasses.taskMeta">
|
||||
<span>{{ task.location }}</span>
|
||||
<span v-if="task.createTime">• {{ task.createTime }}</span>
|
||||
<span v-if="task.createTime"
|
||||
>• {{ task.createTime }}</span
|
||||
>
|
||||
<span v-if="task.assignee">• {{ task.assignee }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user