Skip to content

Commit ed22a91

Browse files
committed
style: 修复宽屏设备下节点信息面板二维码样式问题
1 parent 4f53e29 commit ed22a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.14.323",
3+
"version": "2.14.324",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/assets/styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ img {
8787
left: 50%;
8888
transform: translateX(-50%) translateY(-50%);
8989
z-index: 1100;
90-
max-height: 72vh;
90+
max-height: 90vh;
9191
max-width: 80vw;
9292
width: 80vw;
9393
border-radius: 8px;

0 commit comments

Comments
 (0)