Conformance: feature update Issues list color.

This commit is contained in:
chiayin
2023-08-15 11:28:40 +08:00
parent 59bbe77fa0
commit c6088cf2ea
2 changed files with 5 additions and 2 deletions

View File

@@ -149,13 +149,13 @@
</td>
<td class="p-2 min-w-[96px] w-2/5">
<div class="h-4 w-full bg-neutral-300 rounded-sm overflow-hidden">
<div class="h-full bg-primary" :style="trace.value"></div>
<div class="h-full bg-cfm-secondary" :style="trace.value"></div>
</div>
</td>
<td class="p-2 text-right truncate">{{ trace.count }}</td>
<td class="p-2 text-center">{{ trace.ratio }}%</td>
<td class="p-2 text-center">
<div class="btn btn-sm btn-c-primary cursor-pointer" @click="openMore(trace.no)">More</div>
<div class="btn btn-sm btn-cfm-secondary cursor-pointer" @click="openMore(trace.no)">More</div>
</td>
</tr>
</tbody>