Commit d9cb34e695711b889dd03d5f525a73ac7fcf2180

Authored by Amber Dev
1 parent a5767c232b

centered cards

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/Report/idCard.vue
... ... @@ -168,7 +168,7 @@
168 168 </v-flex>
169 169 </v-layout>
170 170 </v-card>
171   - <v-layout row wrap id='printMe'>
  171 + <v-layout row wrap id='printMe' justify-center>
172 172 <v-card v-for="(getCard,index) in getCard" :key="index" style="page-break-after: always;">
173 173 <v-container grid-list-md>
174 174 <v-layout class="col-sm-12">
... ...