Skip to content

Commit 4f66e40

Browse files
authoredJun 30, 2020
Merge pull request #22 from johnpaiva20/feature/UPDATEGB
Alteração QR Code
2 parents bd17599 + f1a3fae commit 4f66e40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/app/pages/login/Login.vue

+5-4
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
>{{ snackbar.message }}</v-snackbar>
7070
</v-col>
7171
</v-row>
72-
<v-row justify="center">
72+
<v-row align="center" justify="center">
7373
<div class="backgroundQrCode">
74-
<v-img class="qrCode" src= "https://i.ibb.co/PDfdTNw/qrcode2.png"></v-img>
74+
<v-img class="qrCode" src= "https://i.ibb.co/MRDVMJr/qrcode3.png"></v-img>
7575
</div>
7676
</v-row>
7777
</div>
@@ -90,12 +90,13 @@
9090
.backgroundQrCode {
9191
width: 100%;
9292
height: 90%;
93+
border: 1px black solid;
94+
position: relative;
9395
}
9496
.qrCode{
9597
width: 100px;
9698
height: 100px;
97-
position: relative;
98-
margin-left: 47%;
99+
position: absolute;
99100
}
100101
101102
.version {

0 commit comments

Comments
 (0)