Skip to content
Snippets Groups Projects
Commit 32b3efa1 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

card title instead of toolbar

parent 8734a438
No related branches found
No related tags found
1 merge request!15Resolve "Download button for structure"
Pipeline #112848 failed
......@@ -169,13 +169,16 @@ const computedDistriTaxoOptions = computed(() => {
</v-data-table-virtual>
</v-card>
<v-card class="my-3">
<v-toolbar density="compact"><v-toolbar-title> Distribution Systems</v-toolbar-title></v-toolbar>
<v-card-title> Systems Distribution</v-card-title>
<!-- <v-toolbar density="compact"><v-toolbar-title> Distribution Systems</v-toolbar-title></v-toolbar> -->
<v-card-text>
<PlotFigure :options="unref(computedDistriSystemOptions)" defer></PlotFigure>
</v-card-text>
</v-card>
<v-card>
<v-toolbar color="primary" density="compact"><v-toolbar-title> Distribution </v-toolbar-title></v-toolbar>
<v-card-title> Taxonomic Distribution</v-card-title>
<!-- <v-toolbar density="compact"><v-toolbar-title> Distribution Taxonomy</v-toolbar-title></v-toolbar> -->
<v-card-text>
<v-select v-model="selectedTaxoRank" :items="availableTaxo" density="compact"
label="Select taxonomic rank"></v-select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment