Skip to content

Commit

Permalink
fix(wxpay): 订单失效bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Sep 21, 2024
1 parent af3b7b7 commit b5eec90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WXBuyQrcodeDialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
width: 100%;
height: 100%;
font-size: 16px;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -238,7 +238,7 @@
left: 0;
backdrop-filter: blur(1px);
border-radius: 3px;
color: red;
color: rgb(255, 255, 255);
}
}
}
Expand Down

0 comments on commit b5eec90

Please sign in to comment.