diff --git a/pages/refseq.vue b/pages/refseq.vue index ca6307cf691d4649aa2a8f1d4dba1aad29d54d3a..62472f24f6f99f7f464ace2237707d59e1e6107d 100644 --- a/pages/refseq.vue +++ b/pages/refseq.vue @@ -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>