BUG 28103

This commit is contained in:
aixianling
2022-03-08 10:58:14 +08:00
parent 64750bf632
commit 018fd5c094

View File

@@ -133,10 +133,15 @@ export default {
box-sizing: border-box; box-sizing: border-box;
margin-top: -8px; margin-top: -8px;
::v-deep image { ::v-deep .qrcode-img {
width: 420px; width: 420px;
height: 420px; height: 420px;
margin-bottom: 24px; margin-bottom: 24px;
image {
width: inherit;
height: inherit;
}
} }
div { div {