优化二维码卡片兼容性

This commit is contained in:
2023-04-15 17:54:57 +08:00
parent 2ad16c3c45
commit 931161f07c
3 changed files with 3 additions and 5 deletions

View File

@@ -872,7 +872,6 @@
.ul-card-qrcode { .ul-card-qrcode {
position: relative; position: relative;
min-width: 200px;
min-height: 100px; min-height: 100px;
display: inline-block; display: inline-block;
background-color: #E2DFDF; background-color: #E2DFDF;
@@ -888,7 +887,7 @@
padding: 36px; padding: 36px;
} }
.ul-card-qrcode .body .main .img { .ul-card-qrcode .body .main .img {
width: 300px; width: 100%;
} }
.ul-card-qrcode__main { .ul-card-qrcode__main {
background-color: #fff; background-color: #fff;

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,6 @@
.ul-card-qrcode { .ul-card-qrcode {
position: relative; position: relative;
min-width: 200px;
min-height: 100px; min-height: 100px;
display: inline-block; display: inline-block;
background-color: #E2DFDF; background-color: #E2DFDF;
@@ -18,7 +17,7 @@
padding: 36px; padding: 36px;
.img { .img {
width: 300px; width: 100%;
} }