make panels selectable

This commit is contained in:
Ben Haynes
2021-05-29 18:04:54 -04:00
parent ecd4bc461e
commit df34e78335
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="label type-title" :class="{ 'has-header': show_header }" :style="{ color: options.color }">
<div class="label type-title selectable" :class="{ 'has-header': show_header }" :style="{ color: options.color }">
{{ options.text }}
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div class="metric type-title" :class="{ 'has-header': show_header }">
<div class="metric type-title selectable" :class="{ 'has-header': show_header }">
<v-progress-circular indeterminate v-if="loading" />
<template v-else>
<span class="prefix">{{ options.prefix }}</span>