优化二维码卡片兼容性

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

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