Commit c51ff05bff5ccd1ba81c6c5e3b0eac555ec1e6fe
1 parent
43fe340f5f
Exists in
master
and in
3 other branches
second test second view invoice pdf print resposive desing
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/pages/Account/viewInvoice.vue
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <v-app id="pages-dasboard"> |
3 | 3 | <!-- ****** Edit INVOICE ****** --> |
4 | 4 | <v-container fluid grid-list-md> |
5 | - <v-flex xs12 sm12 id="printMe"> | |
5 | + <v-flex xs12 sm12> | |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12 sm12 md10 class="mx-auto"> |
8 | 8 | <v-btn class="open-dialog-button mt-3" round dark @click="printInvoice()"> |
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | </v-layout> |
14 | 14 | <v-layout wrap> |
15 | 15 | <!-- ****** TABLE DATA MARK ****** --> |
16 | - <v-flex xs12 sm12 md10 lg10 class="mx-auto"> | |
16 | + <v-flex xs12 sm12 md10 lg10 class="mx-auto" id="printMe"> | |
17 | 17 | <v-card |
18 | 18 | style=" |
19 | 19 | background-color: #fff; | ... | ... |