修改二维码

This commit is contained in:
A1300399510
2023-07-27 17:51:58 +08:00
parent 2580116fc3
commit cb2674fe48
5 changed files with 28 additions and 23 deletions

View File

@@ -551,21 +551,21 @@ onUnmounted(() => {
}
.btn-qrcode {
width: 250px;
height: 365px;
margin: 0 auto;
.bj {
width: 100%;
height: 100%;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196);
border-radius: 10px;
}
.QR-code {
position: absolute;
width: 80px;
height: 80px;
width: 110px;
height: 110px;
border-radius: 50%;
bottom: 60px;
bottom: 86px;
left: 50%;
transform: translateX(-50%);
}