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
...@@ -73,7 +73,7 @@ watchEffect(async () => {}); ...@@ -73,7 +73,7 @@ watchEffect(async () => {});
class="elevation-1" class="elevation-1"
></v-data-table-virtual> ></v-data-table-virtual>
</v-card-content> </v-card-content>
<v-card-content> <v-card-text>
<v-row> <v-row>
<v-col :cols="12"> <v-col :cols="12">
<PlotFigure <PlotFigure
...@@ -106,6 +106,8 @@ watchEffect(async () => {}); ...@@ -106,6 +106,8 @@ watchEffect(async () => {});
defer defer
></PlotFigure> ></PlotFigure>
</v-col> </v-col>
</v-row>
<v-row>
<v-col :cols="12"> <v-col :cols="12">
<PlotFigure <PlotFigure
defer defer
...@@ -137,7 +139,7 @@ watchEffect(async () => {}); ...@@ -137,7 +139,7 @@ watchEffect(async () => {});
></PlotFigure> ></PlotFigure>
</v-col> </v-col>
</v-row> </v-row>
</v-card-content> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-row> </v-row>
......
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