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