fix qr size
This commit is contained in:
parent
1f691d8a2f
commit
a619be167c
1 changed files with 7 additions and 0 deletions
|
|
@ -114,6 +114,13 @@
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
width: 280px;
|
||||||
|
height: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel qrcode canvas {
|
||||||
|
width: 270px;
|
||||||
|
height: 270px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue