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

card-text instead of content

parent 577271e7
No related branches found
No related tags found
1 merge request!13Resolve "Add refseq table results"
Pipeline #112373 failed with stages
in 3 minutes and 18 seconds
......@@ -73,7 +73,7 @@ watchEffect(async () => {});
class="elevation-1"
></v-data-table-virtual>
</v-card-content>
<v-card-content>
<v-card-text>
<v-row>
<v-col :cols="12">
<PlotFigure
......@@ -106,6 +106,8 @@ watchEffect(async () => {});
defer
></PlotFigure>
</v-col>
</v-row>
<v-row>
<v-col :cols="12">
<PlotFigure
defer
......@@ -137,7 +139,7 @@ watchEffect(async () => {});
></PlotFigure>
</v-col>
</v-row>
</v-card-content>
</v-card-text>
</v-card>
</v-col>
</v-row>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment