fa icons for matrix
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<tr>
|
||||
<template v-for="group in columnGroups" :key="group.label">
|
||||
<th v-for="(col, colIdx) in group.kinds" :key="col.kind" :class="['builds-th-sub', group.color, { 'builds-group-start': colIdx === 0 }]">
|
||||
<i :class="group.icon" class="builds-sub-icon"></i>
|
||||
{{ col.sub }}
|
||||
</th>
|
||||
</template>
|
||||
@@ -171,6 +172,9 @@ onMounted(() => store.fetch())
|
||||
.builds-th-sub {
|
||||
@apply px-3 py-2 text-center text-[10px] font-bold uppercase tracking-wider;
|
||||
}
|
||||
.builds-sub-icon {
|
||||
@apply text-[9px] mr-0.5 opacity-60;
|
||||
}
|
||||
.builds-group-start {
|
||||
@apply border-l-2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user