优化网格导航和二维码卡片的代码

This commit is contained in:
2023-04-17 14:29:09 +08:00
parent f25936eadc
commit 6afae57896
4 changed files with 15 additions and 11 deletions

View File

@@ -989,7 +989,7 @@
position: relative;
min-height: 100px;
display: inline-block;
background-color: #E2DFDF;
background-color: #eee;
padding: 10px;
}
.ul-card-qrcode .header {
@@ -1014,7 +1014,7 @@
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #E2DFDF;
background-color: #eee;
left: -10px;
top: 0;
}
@@ -1023,7 +1023,7 @@
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #E2DFDF;
background-color: #eee;
right: -10px;
top: 0;
}
@@ -1031,7 +1031,7 @@
position: absolute;
width: 100%;
height: 0;
border-bottom: 2px dashed #E2DFDF;
border-bottom: 2px dashed #eee;
top: 8px;
left: 0;
}

File diff suppressed because one or more lines are too long