This commit is contained in:
2020-02-04 22:31:05 +00:00
parent 59f7d7d2c2
commit 7451553a7d

View File

@@ -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>