This commit is contained in:
@@ -99,11 +99,11 @@
|
|||||||
lg="3"
|
lg="3"
|
||||||
>
|
>
|
||||||
<v-card tile>
|
<v-card tile>
|
||||||
<v-card-title class="subheading font-weight-bold">{{
|
<!-- <v-card-title class="subheading font-weight-bold">{{
|
||||||
item.columns.c1.v
|
item.columns.c1.v
|
||||||
}}</v-card-title>
|
}}</v-card-title>
|
||||||
|
|
||||||
<v-divider></v-divider>
|
<v-divider></v-divider> -->
|
||||||
|
|
||||||
<v-list dense>
|
<v-list dense>
|
||||||
<v-list-item two-line v-for="c in item.columns" :key="c.key">
|
<v-list-item two-line v-for="c in item.columns" :key="c.key">
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
<!-- openable object with an ID -->
|
<!-- openable object with an ID -->
|
||||||
<span
|
<span
|
||||||
@click="btnClick(c.key, c.i)"
|
@click="btnClick(c.key, c.i)"
|
||||||
class="secondary--text font-weight-bold"
|
class="primary--text subtitle-1 font-weight-bold"
|
||||||
>{{ c.v }}
|
>{{ c.v }}
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user