This commit is contained in:
2024-02-03 20:03:14 +08:00
parent 82b09c68a5
commit 2280c0518b
2 changed files with 18 additions and 4 deletions

View File

@@ -168,14 +168,12 @@ const convertBase64 = (data: ArrayBuffer) => {
.barcode-view {
display: flex;
width: 80%;
width: 100%;
flex-direction: column;
align-self: center;
justify-content: center;
align-items: center;
image {
width: 100%;
//width: 100%;
height: 130rpx;
}