修改bug
This commit is contained in:
@@ -279,17 +279,18 @@ defineExpose({
|
||||
|
||||
.btn-qrcode .bj {
|
||||
width: 100%;
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.btn-qrcode .QR-code{
|
||||
position: absolute;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
bottom: 33px;
|
||||
left: 80px;
|
||||
bottom: 60px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.seach-box-bg {
|
||||
|
||||
Reference in New Issue
Block a user