Commit b001726a1285847a87b7596620cacbf6db2f2e3a

Authored by Shikha Mishra
1 parent 107ec8845f

i-card issue resolved

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/pages/Report/idCard.vue
... ... @@ -171,7 +171,7 @@
171 171 <v-layout row wrap id="printMe" justify-center>
172 172 <div
173 173 v-for="(getCard,index) in getCard"
174   - :key="index"
  174 + :key="index"
175 175 style="page-break-after: always; width:100%;margin:14px auto;background:transparent;"
176 176 >
177 177 <v-container grid-list-md>
... ... @@ -187,7 +187,7 @@
187 187 <div
188 188 style="
189 189 float: left;
190   - height: 520px;
  190 +
191 191 width: 520px;
192 192 background: #fff;
193 193 border: 1px solid lightgray;
... ... @@ -203,7 +203,7 @@
203 203 <v-layout
204 204 style="
205 205 text-align: center;
206   - margin-top: 50px;"
  206 + "
207 207 v-if="frontPart"
208 208 >
209 209 <v-flex xs12>
... ... @@ -859,7 +859,7 @@ export default {
859 859 float: left;
860 860 padding: 10px;
861 861 text-align: center;
862   - height: 520px;
  862 + /* height: 520px; */
863 863 width: 520px;
864 864 background: #fff;
865 865 border: 1px solid lightgray;
... ...