refactor(grid): label the name column header instead of repeating the title
The corner header rendered plan.title in the 9rem name column, so it collapsed to "..." — and the title already shows in the switcher, the source, and the heading above the grid. Label its own column instead.
This commit is contained in:
@@ -167,7 +167,7 @@ const bandStyle = computed(() => ({
|
|||||||
|
|
||||||
<div class="plan-grid" :style="gridStyle">
|
<div class="plan-grid" :style="gridStyle">
|
||||||
<!-- header row -->
|
<!-- header row -->
|
||||||
<div class="hcell corner">{{ plan.title }}</div>
|
<div class="hcell corner">Feature</div>
|
||||||
<div
|
<div
|
||||||
v-for="(c, ci) in cols"
|
v-for="(c, ci) in cols"
|
||||||
:key="'h-' + c.w"
|
:key="'h-' + c.w"
|
||||||
|
|||||||
Reference in New Issue
Block a user