Commit 36c7aeaa2ed0dbe5e3b5ad40eedc8af9d4a0f7e4

Authored by Neeraj Sharma
1 parent 08ed7ec1f5

testing viewInvoice

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/pages/Account/viewInvoice.vue
... ... @@ -26,7 +26,7 @@
26 26 <!-- <v-layout wrap> -->
27 27 <v-flex xs12 style="padding:16px 0px;">
28 28 <v-layout wrap>
29   - <v-flex xs12 sm3 md4 style="text-align:center">
  29 + <v-flex xs12 sm4 md4 style="text-align:center">
30 30 <v-avatar>
31 31 <img :src="userData.schoolLogoUrl" v-if="userData.schoolLogoUrl" />
32 32 <img
... ... @@ -43,7 +43,7 @@
43 43 >{{ userData.name }}</p>
44 44 <p>{{ userData.address }}</p>
45 45 </v-flex>
46   - <v-flex xs12 sm5 md4 class="text-xs-center">
  46 + <v-flex xs12 sm4 md4 class="text-xs-center">
47 47 <v-layout>
48 48 <v-flex xs4 sm3>
49 49 <h5 style="float:right;margin: 4px 0px;">
... ... @@ -279,7 +279,7 @@
279 279 <v-layout>
280 280 <v-flex xs12>
281 281 <v-card
282   - style="width:22%;
  282 + style="
283 283 position:relative;
284 284 float:right !important;
285 285 margin:10px 0px;
... ...