|
@@ -617,8 +617,8 @@ export default {
|
|
|
.QRcodes {
|
|
.QRcodes {
|
|
|
// width: 45px; /* 固定像素尺寸 */
|
|
// width: 45px; /* 固定像素尺寸 */
|
|
|
// height: 45px;
|
|
// height: 45px;
|
|
|
- width: 200px; /* 固定像素尺寸 */
|
|
|
|
|
- height: 200px;
|
|
|
|
|
|
|
+ width: vw(200); /* 固定像素尺寸 */
|
|
|
|
|
+ height: vw(200);
|
|
|
position: relative;
|
|
position: relative;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
image-rendering: crisp-edges;
|
|
image-rendering: crisp-edges;
|