Skip to content

Commit

Permalink
style: 修复宽屏设备下节点信息面板二维码样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hsingyin committed Jan 8, 2025
1 parent 4f53e29 commit ed22a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.323",
"version": "2.14.324",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ img {
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 1100;
max-height: 72vh;
max-height: 90vh;
max-width: 80vw;
width: 80vw;
border-radius: 8px;
Expand Down

0 comments on commit ed22a91

Please sign in to comment.