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