mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
优化二维码卡片兼容性
This commit is contained in:
@@ -872,7 +872,6 @@
|
||||
|
||||
.ul-card-qrcode {
|
||||
position: relative;
|
||||
min-width: 200px;
|
||||
min-height: 100px;
|
||||
display: inline-block;
|
||||
background-color: #E2DFDF;
|
||||
@@ -888,7 +887,7 @@
|
||||
padding: 36px;
|
||||
}
|
||||
.ul-card-qrcode .body .main .img {
|
||||
width: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
.ul-card-qrcode__main {
|
||||
background-color: #fff;
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user