修改二维码
This commit is contained in:
@@ -268,7 +268,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
.btn-qrcode {
|
||||
width: 250px;
|
||||
height: 365px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 58px;
|
||||
@@ -277,17 +277,17 @@ defineExpose({
|
||||
}
|
||||
|
||||
.btn-qrcode .bj {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.btn-qrcode .QR-code{
|
||||
position: absolute;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 100px;
|
||||
height: 110px;
|
||||
border-radius: 50%;
|
||||
bottom: 60px;
|
||||
bottom: 86px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user